Add cross-compile ipkg mode for stage1 (DESTDIR)
[hvlinux.git] / stage1 / pkg / bzip2
index d81667a..9805b2e 100644 (file)
@@ -7,5 +7,5 @@ hvbuild()
     sed -e 's@^\(all:.*\) test@\1@g' -i Makefile
 
     ${HVMAKE} CC="${CC} ${CLFS_BUILDFLAGS}" AR="${AR}" RANLIB="${RANLIB}"
-    ${HVMAKE} PREFIX=/tools install
+    ${HVMAKE} PREFIX=${LFS}/tools install
 }