From 3a85a38a29f59d28edf23ff57eefb5d8c1e6a3c2 Mon Sep 17 00:00:00 2001 From: Greg Beard Date: Sat, 18 Mar 2023 13:43:31 +0000 Subject: [PATCH] autofs: Remove obsolete vseds --- srcpkgs/autofs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index a9abc60e64e8..9a787e37b46f 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -22,8 +22,7 @@ if [ -z "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" != "musl" ]; then fi pre_configure() { - vsed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch] - vsed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] + vsed -e 's,__S_IEXEC,S_IXUSR,g' -i daemon/lookup.c -i modules/lookup_multi.c } pre_build() {