diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cups/cups16.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc index 9b0ae5b61d..45e7d51705 100644 --- a/meta/recipes-extended/cups/cups16.inc +++ b/meta/recipes-extended/cups/cups16.inc | |||
@@ -53,9 +53,9 @@ do_compile () { | |||
53 | fakeroot do_install () { | 53 | fakeroot do_install () { |
54 | oe_runmake "DSTROOT=${D}" install | 54 | oe_runmake "DSTROOT=${D}" install |
55 | 55 | ||
56 | # This directory gets installed with perms 511, which makes packaging fail | 56 | # Remove /var/run from package as cupsd will populate it on startup |
57 | chmod 0711 "${D}/${localstatedir}/run/cups/certs" | 57 | rm -fr ${D}/${localstatedir}/run |
58 | rmdir ${D}/${libdir}/${BPN}/driver | 58 | rmdir ${D}/${libdir}/${BPN}/driver |
59 | } | 59 | } |
60 | 60 | ||
61 | python do_package_append() { | 61 | python do_package_append() { |