All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] quota: fix quota do_install errors
@ 2015-06-26  7:52 rongqing.li
  0 siblings, 0 replies; only message in thread
From: rongqing.li @ 2015-06-26  7:52 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@windriver.com>

ROOTDIR should be defined, otherwise man files will be installed
to host root dir.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-extended/quota/quota_4.02.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/quota/quota_4.02.bb b/meta/recipes-extended/quota/quota_4.02.bb
index 96ff4b5..124b0a3 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"
 PACKAGECONFIG[bsd] = "--enable-bsd_behaviour=yes,--enable-bsd_behaviour=no,"
 
 do_install() {
-	oe_runmake prefix=${D}${prefix} install
+	oe_runmake ROOTDIR=${D} install
 }
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-26  8:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  7:52 [PATCH] quota: fix quota do_install errors rongqing.li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.