summaryrefslogtreecommitdiffstats
path: root/cluster/openmosixview
diff options
context:
space:
mode:
authorJaka Kranjc2006-10-26 21:38:41 +0200
committerJaka Kranjc2006-10-26 22:00:12 +0200
commit1b1ec0fd66472cd4e6caa69238c4a7fe0407bdb7 (patch)
tree7cf0954a18db00c04c7e486cf02728297bfbda94 /cluster/openmosixview
parent5235da58f325a2ae5cbb03499d449b68c9b112c5 (diff)
use TRACK_ROOT when linking #9163
Diffstat (limited to 'cluster/openmosixview')
-rw-r--r--cluster/openmosixview/HISTORY3
-rwxr-xr-xcluster/openmosixview/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/cluster/openmosixview/HISTORY b/cluster/openmosixview/HISTORY
index 0506ebeae8..977e28012d 100644
--- a/cluster/openmosixview/HISTORY
+++ b/cluster/openmosixview/HISTORY
@@ -1,3 +1,6 @@
+2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
2006-06-29 Eric Sandall <eric@sandall.us>
* DETAILS: Removed BUILD_API=1 and UPDATED
Changed LICENSE to LICENSE[0]
diff --git a/cluster/openmosixview/INSTALL b/cluster/openmosixview/INSTALL
index f412883cc3..43c3619895 100755
--- a/cluster/openmosixview/INSTALL
+++ b/cluster/openmosixview/INSTALL
@@ -1,4 +1,4 @@
-ln -sfn /lib/modules/$(uname -r)/build/include/hpc /usr/include &&
+ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include &&
export QTDIR=/usr &&
./setup &&
cd 3dmon &&