X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbzip2;h=9805b2e8f0cc7911a9735f963ca172fae12ffe8d;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=d81667a2f33fef6fc0a945d5fe4aa6121f005906;hpb=582e550b16726c1391156a831baaf33c29a7a38f;p=hvlinux.git diff --git a/stage1/pkg/bzip2 b/stage1/pkg/bzip2 index d81667a..9805b2e 100644 --- a/stage1/pkg/bzip2 +++ b/stage1/pkg/bzip2 @@ -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 }