From 230787e791494d221bf928e90dac27772b432d0e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 5 May 2007 00:46:27 +0000 Subject: Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently) --- etc/rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/rc b/etc/rc index 4306ae2..c3dcc41 100755 --- a/etc/rc +++ b/etc/rc @@ -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 -- cgit v1.1