Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > c4228ea9b01599e717c30e5b00ee7bd7 > files > 2

scratch-1.4.0.7-5.mga5.src.rpm

diff -ur scratch-1.4.0.6.src.orig/src/scratch scratch-1.4.0.6.src/src/scratch
--- scratch-1.4.0.6.src.orig/src/scratch	2011-07-01 18:21:32.000000000 -0400
+++ scratch-1.4.0.6.src/src/scratch	2012-09-10 09:39:20.555278005 -0400
@@ -4,11 +4,9 @@
 # Original Author: Bert Freudenberg
 # Adapted by:      Miriam Ruiz
 
-VM_VERSION=`find /usr/lib/squeak/ -name "squeakvm" -type f|cut -f5 -d"/"`
-SQ_DIR=/usr/lib/squeak/$VM_VERSION
-VM="$SQ_DIR/squeakvm"
-VMOPTIONS="-encoding UTF-8 -vm-display-x11 -xshm -plugins /usr/lib/scratch/Plugins/:$SQ_DIR/"
-IMAGE="/usr/lib/scratch/Scratch.image"
+VM="/usr/bin/squeak"
+VMOPTIONS="-encoding UTF-8"
+IMAGE="/usr/share/scratch/Scratch.image"
 IMOPTIONS=""
 DOCUMENT=""
 WRAPPER=""