diff options
Diffstat (limited to 'recipes-support/cups/cups.inc')
| -rw-r--r-- | recipes-support/cups/cups.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-support/cups/cups.inc b/recipes-support/cups/cups.inc index 0f813ca492..8f97f12338 100644 --- a/recipes-support/cups/cups.inc +++ b/recipes-support/cups/cups.inc | |||
| @@ -25,7 +25,7 @@ EXTRA_OECONF = " \ | |||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | do_configure() { | 27 | do_configure() { |
| 28 | export DSOFLAGS="${LDFLAGS}" | 28 | export DSOFLAGS="${LDFLAGS}" |
| 29 | gnu-configize | 29 | gnu-configize |
| 30 | libtoolize --force | 30 | libtoolize --force |
| 31 | oe_runconf | 31 | oe_runconf |
| @@ -45,11 +45,11 @@ do_compile () { | |||
| 45 | "-I." | 45 | "-I." |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | fakeroot do_install () { | 48 | do_install () { |
| 49 | oe_runmake "DSTROOT=${D}" install | 49 | oe_runmake "DSTROOT=${D}" install |
| 50 | 50 | ||
| 51 | # This directory gets installed with perms 511, which makes packaging fail | 51 | # This directory gets installed with perms 511, which makes packaging fail |
| 52 | chmod 0711 "${D}/${localstatedir}/run/cups/certs" | 52 | chmod 0711 "${D}/${localstatedir}/run/cups/certs" |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | python do_package_append() { | 55 | python do_package_append() { |
