summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
index 8fed9e825..35367ae11 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
@@ -63,14 +63,14 @@ PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia"
63 63
64do_install_append() { 64do_install_append() {
65 # Fix up permissions on polkit rules.d to work with rpm4 constraints 65 # Fix up permissions on polkit rules.d to work with rpm4 constraints
66 chmod 700 ${D}/${datadir}/polkit-1/rules.d 66 chmod 700 ${D}/${datadir}/polkit-1/rules.d
67 chown polkitd:root ${D}/${datadir}/polkit-1/rules.d 67 chown polkitd:root ${D}/${datadir}/polkit-1/rules.d
68 68
69 # After rebuilds (not from scracth) it can happen that the executables in 69 # After rebuilds (not from scracth) it can happen that the executables in
70 # libexec ar missing executable permission flag. Not sure but it came up 70 # libexec ar missing executable permission flag. Not sure but it came up
71 # during transition to meson. Looked into build files and logs but could 71 # during transition to meson. Looked into build files and logs but could
72 # not find suspicious 72 # not find suspicious
73 for exe in `find ${D}/${libexec}`; do 73 for exe in `find ${D}/${libexecdir}`; do
74 chmod +x $exe 74 chmod +x $exe
75 done 75 done
76 76