summaryrefslogtreecommitdiffstats
path: root/recipes/pax-utils/pax-utils_0.1.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pax-utils/pax-utils_0.1.13.bb')
-rw-r--r--recipes/pax-utils/pax-utils_0.1.13.bb2
1 files changed, 1 insertions, 1 deletions
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"