diff options
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
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 () { | |||
83 | python do_package_append() { | 83 | python 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 | ||