diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index a9abc60e64e..9a787e37b46 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() {