diff options
-rw-r--r-- | meta/recipes-extended/quota/quota_4.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/quota/quota_4.02.bb b/meta/recipes-extended/quota/quota_4.02.bb index 96ff4b597d..124b0a3691 100644 --- a/meta/recipes-extended/quota/quota_4.02.bb +++ b/meta/recipes-extended/quota/quota_4.02.bb | |||
@@ -36,5 +36,5 @@ PACKAGECONFIG[rpc] = "--enable-rpc=yes,--enable-rpc=no,libtirpc" | |||
36 | PACKAGECONFIG[bsd] = "--enable-bsd_behaviour=yes,--enable-bsd_behaviour=no," | 36 | PACKAGECONFIG[bsd] = "--enable-bsd_behaviour=yes,--enable-bsd_behaviour=no," |
37 | 37 | ||
38 | do_install() { | 38 | do_install() { |
39 | oe_runmake prefix=${D}${prefix} install | 39 | oe_runmake ROOTDIR=${D} install |
40 | } | 40 | } |