diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/cups/cups.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc index 006e6a3250..642595d48f 100644 --- a/recipes/cups/cups.inc +++ b/recipes/cups/cups.inc @@ -61,8 +61,8 @@ do_stage () { python do_package_append() { # Change permissions back the way they were, they probably had a reason... - workdir = bb.data.getVar('WORKDIR', d, 1) - os.system('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir) + pkgdest = bb.data.getVar('PKGDEST', d, 1) + os.system('chmod 0511 %s/cups/var/run/cups/certs' % pkgdest) } do_stage_append() { |