summaryrefslogtreecommitdiffstats
path: root/recipes/pax-utils/pax-utils_0.1.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pax-utils/pax-utils_0.1.19.bb')
-rw-r--r--recipes/pax-utils/pax-utils_0.1.19.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/pax-utils/pax-utils_0.1.19.bb b/recipes/pax-utils/pax-utils_0.1.19.bb
index 9813126d07..d7cd49fd3b 100644
--- a/recipes/pax-utils/pax-utils_0.1.19.bb
+++ b/recipes/pax-utils/pax-utils_0.1.19.bb
@@ -5,6 +5,8 @@ LICENSE = "GPLv2"
SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2"
S = "${WORKDIR}/pax-utils-${PV}"
+PR = "r2"
+
CPPFLAGS += "-D_GNU_SOURCE "
do_compile() {
@@ -12,7 +14,7 @@ do_compile() {
}
do_install() {
- oe_runmake DESTDIR=${D} install
+ oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
}
NATIVE_INSTALL_WORKS = "1"