From 7e35ee58bba13381869e2e67d107b7d0c0e9d584 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 11 Nov 2009 08:42:35 +0100 Subject: cups: fix do_package, do_stage is still broken --- recipes/cups/cups.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/cups') 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() { -- cgit v1.2.3