On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote:

Ok for that and wcb/mentry, just one question :

>  mkdir ${SCRATCH_DIR}
> -gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > 
> ${SCRATCH_DIR}/Scratch.image
> -for i in Help locale ; do ln -s ${PREFIX}/lib/scratch/$i ${SCRATCH_DIR}; done
> -for i in Media Projects ; do ln -s ${PREFIX}/share/scratch/$i 
> ${SCRATCH_DIR}; done
> +gzcat ${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

Is it mandatory to copy all those files to ~ ? Cant it run from the
systemwide install ?

Landry

Reply via email to