mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch]
|
vsed -e 's,__S_IEXEC,S_IXUSR,g' -i daemon/lookup.c -i modules/lookup_multi.c
|
||||||
vsed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue