X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fe2fsprogs;h=0f407a2c2431375f40608f6b424a2fff29a26ed5;hb=4b933a7893fa445f7427dad187850312f0c8947b;hp=a864793f53711128c894c1bef21f685835a6e14a;hpb=6471975aba32242e64ab5735ee2674cec460c2be;p=hvlinux.git diff --git a/stage1/pkg/e2fsprogs b/stage1/pkg/e2fsprogs index a864793..0f407a2 100644 --- a/stage1/pkg/e2fsprogs +++ b/stage1/pkg/e2fsprogs @@ -21,10 +21,10 @@ hvbuild() { ${HVMAKE} LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" - ${HVMAKE} install + ${HVMAKE} DESTDIR=${LFS} install # Install the static libraries and headers: - ${HVMAKE} install-libs + ${HVMAKE} DESTDIR=${LFS} install-libs } hvbuild_post()