[arch-commits] Commit in autofs/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Oct 31 18:01:19 UTC 2019
Date: Thursday, October 31, 2019 @ 18:01:17
Author: lfleischer
Revision: 521506
upgpkg: autofs 5.1.6-2
Install systemd unit (fixes FS#64296, FS#64336).
Modified:
autofs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:00:51 UTC (rev 521505)
+++ PKGBUILD 2019-10-31 18:01:17 UTC (rev 521506)
@@ -6,7 +6,7 @@
pkgname=autofs
pkgver=5.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='A kernel-based automounter for Linux'
arch=('x86_64')
url='https://www.kernel.org/pub/linux/daemons/autofs/'
@@ -52,7 +52,7 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make INSTALLROOT="${pkgdir}" install
+ make INSTALLROOT="${pkgdir}" install install_samples
install -dm755 "$pkgdir/etc/autofs/auto.master.d"
}
More information about the arch-commits
mailing list