summaryrefslogtreecommitdiffstats
path: root/ham/unixcw
diff options
context:
space:
mode:
Diffstat (limited to 'ham/unixcw')
-rwxr-xr-xham/unixcw/BUILD8
-rw-r--r--ham/unixcw/HISTORY3
-rwxr-xr-xham/unixcw/INSTALL2
3 files changed, 8 insertions, 5 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 \
diff --git a/ham/unixcw/HISTORY b/ham/unixcw/HISTORY
index e3d696985b..ded6a501d7 100644
--- a/ham/unixcw/HISTORY
+++ b/ham/unixcw/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * BUILD, INSTALL: use TRACK_ROOT when linking #9163
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/ham/unixcw/INSTALL b/ham/unixcw/INSTALL
index 56a2ddaadf..bb73549108 100755
--- a/ham/unixcw/INSTALL
+++ b/ham/unixcw/INSTALL
@@ -1,6 +1,6 @@
make install &&
rm -r /tmp/unixcw_qt/ &&
- ln -sf /usr/man/man1/xcwcp.1.gz \
+ ln -sf $TRACK_ROOT/usr/man/man1/xcwcp.1.gz \
/usr/man/man1/unixcw.1.gz &&
cp $SCRIPT_DIRECTORY/unixcw /usr/bin