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:
Jing-Tang Keith Jang 2001-02-09 20:34:28 +00:00
parent 9de42e9adc
commit 90e4e09986
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38144

View File

@ -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