Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=""