From: Hugo Villeneuve Date: Sat, 27 Dec 2014 22:20:17 +0000 (-0500) Subject: Update sysvinit for new ipkg() -d option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=764248a567caca295ae1d929827b6397c598d761 Update sysvinit for new ipkg() -d option --- diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 81e92ab..6a25ace 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -38,7 +38,7 @@ ipkg ${PATCH_PACKAGE} ipkg ${PSMISC} ipkg ${SHADOW} ipkg -m noac ${SYSKLOGD} -ipkg -m noac ${SYSVINIT} +ipkg -m noac -d src ${SYSVINIT} FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin" ipkg ${TEXINFO} ipkg ${EUDEV} diff --git a/stage2/pkg/sysvinit b/stage2/pkg/sysvinit index 4882a69..38229b1 100644 --- a/stage2/pkg/sysvinit +++ b/stage2/pkg/sysvinit @@ -1,12 +1,5 @@ #!/bin/bash -hvbuild() -{ - cd ${LFS_TMP}/${PACKAGE} - make -j ${MAKEJOBS} -C src - make -C src install -} - hvbuild_post() { chown root:shutdown /sbin/{halt,poweroff,reboot,shutdown}