summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index e18980bcca..2ce9c7a179 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -83,7 +83,7 @@ do_install () {
83python do_package_append() { 83python do_package_append() {
84 import subprocess 84 import subprocess
85 # Change permissions back the way they were, they probably had a reason... 85 # Change permissions back the way they were, they probably had a reason...
86 workdir = d.getVar('WORKDIR', True) 86 workdir = d.getVar('WORKDIR')
87 subprocess.call('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir, shell=True) 87 subprocess.call('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir, shell=True)
88} 88}
89 89