From 96e5b9f7ebddc8729af534a7bc5e9c72a601b4f7 Mon Sep 17 00:00:00 2001 From: Bert Freudenberg Date: Mon, 06 Sep 2010 16:23:49 +0000 Subject: do not hard-code squeak vm path --- 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="" -- cgit v0.9.1