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

Lukas Fleischer lfleischer at archlinux.org
Sun Apr 17 06:44:46 UTC 2016


    Date: Sunday, April 17, 2016 @ 08:44:46
  Author: lfleischer
Revision: 171233

upgpkg: autofs 5.1.1-3

Add /etc/autofs/autofs.conf to the backup array (fixes FS#45389).

Modified:
  autofs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-17 06:36:36 UTC (rev 171232)
+++ PKGBUILD	2016-04-17 06:44:46 UTC (rev 171233)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Dale Blount <dale at archlinux.org>
@@ -6,7 +5,7 @@
 
 pkgname=autofs
 pkgver=5.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('i686' 'x86_64')
 url='http://freshmeat.net/projects/autofs'
@@ -19,6 +18,7 @@
         'etc/autofs/auto.misc'
         'etc/autofs/auto.net'
         'etc/autofs/auto.smb'
+        'etc/autofs/autofs.conf'
         'etc/autofs/autofs_ldap_auth.conf'
         'etc/default/autofs')
 options=(!makeflags)
@@ -37,9 +37,8 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc/autofs --sbindir=/usr/bin \
-    --with-mapdir=/etc/autofs --without-hesiod \
-    --enable-ignore-busy --with-systemd
+  ./configure --prefix=/usr --sysconfdir=/etc/autofs --sbindir=/usr/bin --with-mapdir=/etc/autofs \
+    --without-hesiod --enable-ignore-busy --with-systemd
   make
 }
 
@@ -50,5 +49,3 @@
   rm -r "$pkgdir/run"
   install -dm755 "$pkgdir/etc/autofs/auto.master.d"
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list