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

Giovanni Scafora giovanni at archlinux.org
Mon Mar 16 21:44:38 UTC 2009


    Date: Monday, March 16, 2009 @ 17:44:38
  Author: giovanni
Revision: 30166

upgpkg: autofs 4.1.4-6

Modified:
  autofs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-16 21:33:11 UTC (rev 30165)
+++ PKGBUILD	2009-03-16 21:44:38 UTC (rev 30166)
@@ -5,14 +5,14 @@
 
 pkgname=autofs
 pkgver=4.1.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel-based automounter for Linux."
 arch=('i686' 'x86_64')
 url="http://wiki.autofs.net/FrontPage"
 license=('GPL2')
 depends=('libldap')
 backup=(etc/autofs/auto.master etc/conf.d/autofs)
-source=($url/v4/${pkgname}-${pkgver}.tar.bz2
+source=(http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.4.tar.bz2
         ${pkgname}
         ${pkgname}.conf.d
         auto.master
@@ -33,7 +33,7 @@
     Makefile.rules
   sed -i "s:SUBDIRS = lib daemon modules man samples:SUBDIRS = lib daemon modules man:" \
     Makefile.rules
-  ./configure --prefix=/usr --sysconfdir=/etc/autofs
+  ./configure --prefix=/usr --sysconfdir=/etc/autofs --mandir=/usr/share/man
   make || return 1
   make INSTALLROOT=${pkgdir} install
   




More information about the arch-commits mailing list