From 58ddfb17c765dac487fa720b982bf13b441e743e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 May 2010 14:00:35 +0100 Subject: pax-utils-native: Make sure prefix variable is correct during do_install Signed-off-by: Richard Purdie --- recipes/pax-utils/pax-utils_0.1.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/pax-utils/pax-utils_0.1.13.bb') diff --git a/recipes/pax-utils/pax-utils_0.1.13.bb b/recipes/pax-utils/pax-utils_0.1.13.bb index 5ede5e6cf3..4ca926c2bc 100644 --- a/recipes/pax-utils/pax-utils_0.1.13.bb +++ b/recipes/pax-utils/pax-utils_0.1.13.bb @@ -12,7 +12,7 @@ do_compile() { } do_install() { - oe_runmake DESTDIR=${D} install + oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install } NATIVE_INSTALL_WORKS = "1" -- cgit 1.2.3-korg