X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fsysvinit;h=874cc06c2f01274b679e5a246ca0e644052f45f0;hb=00d15832297a96f8773bd7d206a4f009506160b7;hp=005bd1c9041fa617daeafc505c5e374fcdae30e5;hpb=891cecc2906b162df7e1eb663553ff47ef085caa;p=hvlinux.git diff --git a/stage1/pkg/sysvinit b/stage1/pkg/sysvinit index 005bd1c..874cc06 100644 --- a/stage1/pkg/sysvinit +++ b/stage1/pkg/sysvinit @@ -8,8 +8,8 @@ hvbuild() -i src/Makefile make -C src clobber - make -C src CC="${CC} ${BUILD64}" - make -C src install INSTALL=install ROOT=${LFS} + make -C src CC="${CC}" + make -C src ROOT=${LFS} install install -v -m644 ${SCRDIR}/misc/inittab ${LFS}/etc }