6
smalltalkImage="PharoCore-1.3"
9
vmPath="`pwd`/VMs/linux-mac-windows/$vm/DrGeo.app"
10
vmExec="$vmPath/Contents/Linux-i686/bin/squeak"
11
smalltalkImagePath="`pwd`/images/$smalltalkImage.image"
12
installScript="`pwd`/images/install-drgeo4ipad-clean.st"
13
documentMount="/home/hilaire/mnt"
14
drgeoApp="de.freudenbergs.DrGeo"
16
# Install package and clean up image
17
$vmExec $smalltalkImagePath $installScript
19
# Copy in DrGeo app document folder
20
ifuse --appid $drgeoApp $documentMount
21
cp images/drgeo.image $documentMount
23
echo "--== DONE build DrGeo image for iPad ==--"