autofs: Remove obsolete vseds

This commit is contained in:
Greg Beard 2023-03-18 13:43:31 +00:00 committed by classabbyamp
parent 9725b30cdc
commit 752d1c2e2e

View file

@ -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() {