summaryrefslogtreecommitdiffstats
path: root/ham/unixcw/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ham/unixcw/BUILD')
-rwxr-xr-xham/unixcw/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/ham/unixcw/BUILD b/ham/unixcw/BUILD
index 8af4ef2d0e..ac44175a14 100755
--- a/ham/unixcw/BUILD
+++ b/ham/unixcw/BUILD
@@ -1,11 +1,11 @@
if ! [ -e /usr/lib/libqt.so ]; then
- ln -s /usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
+ ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
fi
mkdir /tmp/unixcw_qt
- ln -s /usr/include/qt /tmp/unixcw_qt/include
- ln -s /usr/bin /tmp/unixcw_qt/bin
- ln -s /usr/lib/qt /tmp/unixcw_qt/lib
+ ln -s $TRACK_ROOT/usr/include/qt /tmp/unixcw_qt/include
+ ln -s $TRACK_ROOT/usr/bin /tmp/unixcw_qt/bin
+ ln -s $TRACK_ROOT/usr/lib/qt /tmp/unixcw_qt/lib
export QTDIR=/tmp/unixcw_qt
./configure --prefix=/usr \