X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fe2fsprogs;h=0f407a2c2431375f40608f6b424a2fff29a26ed5;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=a864793f53711128c894c1bef21f685835a6e14a;hpb=7537c1f2f4728f09caee2c99f91c31ac426ed132;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()