summaryrefslogtreecommitdiffstats
path: root/ham/unixcw/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ham/unixcw/BUILD')
-rwxr-xr-xham/unixcw/BUILD26
1 files changed, 13 insertions, 13 deletions
diff --git a/ham/unixcw/BUILD b/ham/unixcw/BUILD
index 7e5cccea1a..ac44175a14 100755
--- a/ham/unixcw/BUILD
+++ b/ham/unixcw/BUILD
@@ -1,15 +1,15 @@
-if ! [ -e /usr/lib/libqt.so ]; then
- ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
-fi
+ if ! [ -e /usr/lib/libqt.so ]; then
+ ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
+ fi
-mkdir /tmp/unixcw_qt
-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
-persistent_add QTDIR=/tmp/unixcw_qt
+ mkdir /tmp/unixcw_qt
+ 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 \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $OPTS &&
-make all
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make all