From 652f9fa14d83a96fbd2f3cd1e129234a0e840f7e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 5 May 2007 00:46:21 +0000 Subject: [PATCH] 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 4306ae2d9b..c3dcc418c7 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