From: Victor Martinez Date: Thu, 14 Jun 2018 20:00:44 +0000 (+0000) Subject: sysvinit: updated to 2.89 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e96971a3b0a7376633f905d0cd7c092894f30c54;p=crossrootfs.git sysvinit: updated to 2.89 --- diff --git a/sysvinit/.md5sum b/sysvinit/.md5sum index 7af97a4..112a60f 100644 --- a/sysvinit/.md5sum +++ b/sysvinit/.md5sum @@ -1 +1 @@ -6eda8a97b86e0a6f59dabbf25202aa6f sysvinit-2.88dsf.tar.bz2 +6a2e0776a9a3e29264ddec738ef0031c sysvinit-2.89.tar.bz2 diff --git a/sysvinit/Pkgfile b/sysvinit/Pkgfile index ca39f04..297ca22 100644 --- a/sysvinit/Pkgfile +++ b/sysvinit/Pkgfile @@ -5,20 +5,18 @@ # Depends on: name=sysvinit -version=2.88 -release=4 -source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2) +version=2.89 +release=1 +source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2) build() { - cd $name-${version}dsf - make -C src CC="$CC" - make -C src ROOT=$PKG install - + cd $name-$version + make CC="$CC" + make ROOT=$PKG install + # Provided by util-linux - rm $PKG/{bin/mountpoint,usr/bin/utmpdump} - rm $PKG/usr/share/man/man1/{mountpoint,utmpdump}.1 - rm $PKG/usr/bin/{last,lastb,mesg,wall} - rm $PKG/usr/share/man/man1/{last,lastb,mesg,wall}.1 + rm $PKG/usr/bin/{last,lastb,mesg,utmpdump,wall} + rm $PKG/usr/share/man/man1/{last,lastb,mesg,utmpdump,wall}.1 rmdir $PKG/usr/bin # Provided by procps @@ -28,5 +26,5 @@ build() { install -d $PKG/var/log touch $PKG/var/log/wtmp touch $PKG/var/log/btmp - chmod 0600 $PKG/var/log/btmp + chmod 0600 $PKG/var/log/btmp }