View Single Post
  #7   (View Single Post)  
Old 25th May 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

coppermine,

hmm, i think i have an idea why the script is failing.
please run the following commands:

Code:
# cd /home/xeon/
# mkdir matlab_copy
# tar cf - 'Matlab Linux 2006a' | tar xpf - -C matlab_copy
# cd 'matlab_copy/Matlab Linux 2006a'
# perl -i -pe 's/\b(expr)\s+?/$1 -- /g' install
# /compat/linux/bin/sh ./install
ofcourse, its quite possible this won't work

Last edited by ephemera; 25th May 2008 at 05:34 PM.
Reply With Quote