From 1f331c970352e655fbebcb2d30bb7aa4185d1341 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 20 Jan 2020 12:58:06 -0500 Subject: [PATCH] autofs: fix map locations in auto.master --- srcpkgs/autofs/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 67f298b2dc4..4b32d15507e 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,7 +1,7 @@ # Template file for 'autofs' pkgname=autofs version=5.1.6 -revision=1 +revision=2 build_style=gnu-configure make_build_args="DONTSTRIP=1" configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin" @@ -33,6 +33,8 @@ pre_configure() { pre_build() { unset STRIP + # Fix path for map files + vsed -i "s@/etc/@/etc/autofs/@g" samples/auto.master } post_install() {