Update sysvinit for new ipkg() -d option
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 22:20:17 +0000 (17:20 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 19:55:38 +0000 (14:55 -0500)
stage2/hv-install-2
stage2/pkg/sysvinit

index 81e92ab..6a25ace 100755 (executable)
@@ -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}
index 4882a69..38229b1 100644 (file)
@@ -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}