autofs: Remove obsolete vseds
This commit is contained in:
parent
9725b30cdc
commit
752d1c2e2e
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue