Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@freudenbergs.de>2010-09-06 16:23:49 (GMT)
committer Bert Freudenberg <bert@freudenbergs.de>2010-09-06 16:23:49 (GMT)
commit96e5b9f7ebddc8729af534a7bc5e9c72a601b4f7 (patch)
tree291c9f7cbaf1f10ed828bbc506ab2e604d7654c8
parent5641aa7cb12f14de84a14862781ae9c4ae3344be (diff)
do not hard-code squeak vm path
-rw-r--r--etoys.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etoys.in b/etoys.in
index fa89a6c..b593975 100644
--- a/etoys.in
+++ b/etoys.in
@@ -4,7 +4,7 @@
# Description: Script to start the Squeak VM binary
# with the etoys.image
-VM="@prefix@/bin/squeak"
+VM="squeak"
VMOPTIONS="-encoding UTF-8 -vm-display-x11 -xshm"
IMAGE="@prefix@/share/etoys/etoys.image"
IMOPTIONS=""