Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently)

This commit is contained in:
Scott Ullrich 2007-05-05 00:46:21 +00:00
parent f84c7d76e6
commit 652f9fa14d

6
etc/rc
View File

@ -102,6 +102,12 @@ if [ ! -L /etc/resolv.conf ]; then
ln -s /var/etc/resolv.conf /etc/resolv.conf
fi
# Setup compatibility link for packages that
# have trouble overriding the PREFIX configure
# argument since we build our packages in a
# seperated PREFIX area
ln -s /tmp/tmp /usr/local
# Malloc debugging check
if [ ! -L /etc/malloc.conf ]; then
ln -s aj /etc/malloc.conf