[arch-commits] Commit in sysvinit/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Mon Aug 29 20:28:56 UTC 2011


    Date: Monday, August 29, 2011 @ 16:28:56
  Author: tomegun
Revision: 136462

upgpkg: sysvinit 2.88-3

moved mountpoint binary to util-linux

Modified:
  sysvinit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-29 20:24:07 UTC (rev 136461)
+++ PKGBUILD	2011-08-29 20:28:56 UTC (rev 136462)
@@ -4,7 +4,7 @@
 
 pkgname=sysvinit
 pkgver=2.88
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux System V Init"
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/sysvinit"
@@ -24,4 +24,9 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}dsf"
   make ROOT="${pkgdir}" install
+
+  # mountpoint is now provided by util-linux instead
+  cd "${pkgdir}"
+  rm bin/mountpoint
+  rm usr/share/man/man1/mountpoint.1
 }




More information about the arch-commits mailing list