diff options
-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 9c920bb133..b8b655a4fb 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -66,7 +66,7 @@ EXTRA_OECONF = " \ | |||
66 | EXTRA_AUTORECONF += "--exclude=autoheader" | 66 | EXTRA_AUTORECONF += "--exclude=autoheader" |
67 | 67 | ||
68 | do_install () { | 68 | do_install () { |
69 | oe_runmake "DESTDIR=${D}" install | 69 | oe_runmake "BUILDROOT=${D}" install |
70 | 70 | ||
71 | # Remove /var/run from package as cupsd will populate it on startup | 71 | # Remove /var/run from package as cupsd will populate it on startup |
72 | rm -fr ${D}/${localstatedir}/run | 72 | rm -fr ${D}/${localstatedir}/run |