23bdd718d7
(there still a problem apparently with the squeak vm in -current, so this port doesn't actually work at present..).
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
SCRATCH_DIR=${HOME}/Scratch
|
|
mkdir ${SCRATCH_DIR}
|
|
gunzip < ${TRUEPREFIX}/lib/scratch/Scratch.image.gz > ${SCRATCH_DIR}/Scratch.image
|
|
for i in Help locale ; do ln -s ${TRUEPREFIX}/lib/scratch/$i ${SCRATCH_DIR}; done
|
|
for i in Media Projects ; do ln -s ${TRUEPREFIX}/share/scratch/$i ${SCRATCH_DIR}; done
|