mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix install problems when zh-XFree86-aoutlibs is installed from
sysinstall at early install stage. Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
This commit is contained in:
parent
9de42e9adc
commit
90e4e09986
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38144
@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -n "${BATCH}" -o -n "${PACKAGE_BUILDING}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
env=/usr/bin/env
|
||||
fgrep=/usr/bin/fgrep
|
||||
ldconfig=/sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user