summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-03-13 17:57:33 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-03-13 17:57:33 +0000
commitc24eda00f6fc9a8e0b2bd8839f89d59733925b72 (patch)
treeeab4cd3193c7da35a1d790c862bbf2a35d5f2073
parent925107edafd8abb08eb214bc7f66846b248615ee (diff)
Make path for exectuable relative to where this script is
(really we should find out prefix which has been set in jhbuildrc)
-rwxr-xr-xstartup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup.sh b/startup.sh
index 655b4cb..1495361 100755
--- a/startup.sh
+++ b/startup.sh
@@ -1,6 +1,6 @@
#!/bin/sh -x
echo startup test
-export PATH=/opt/wip/jhbuild/install/bin:$PATH
+export PATH=`pwd`/../../install/bin:$PATH
# this link isn't made by XWin install, presently...
ln -sf /opt/wip/jhbuild/install/bin/XWin.exe /opt/wip/jhbuild/install/bin/X
exec startx /bin/true -- :99