On 3/19/13 8:45 AM, Richard Miles wrote:
> for scriptfile in octave-forge-install.sh octave-forge-inst \
>                                 octave-forge-postinst.sh 
> octave-forge-postinst \
>                                 octave-forge-prerm.sh octave-forge-prerm; do 
>       sed -e $subst1 -e $subst2 -e $subst3 -e $subst4 -e $subst5 
> /sw/share/fink-octave-scripts/$scriptfile.in > $scriptfile
>       chmod a+x $scriptfile
> done
> if [[ "$octvers" > "3.4.0" ]] ; then
>       
> oc_shell_script="/sw/share/fink-octave-scripts/octave-forge-compile-3.4.3.sh.in"
>       oc_oct_script="/sw/share/fink-octave-scripts/octave-forge-comp-3.4.3.in"
> else
>       
> oc_shell_script="/sw/share/fink-octave-scripts/octave-forge-compile-3.0.5.sh.in"
>       oc_oct_script="/sw/share/fink-octave-scripts/octave-forge-comp-3.0.5.in"
> fi
> sed -e $subst1 -e $subst3 -e $subst4 -e $subst6 $oc_shell_script > 
> octave-forge-compile.sh
> sed -e $subst1 -e $subst3  $oc_oct_script > octave-forge-comp
> chmod a+x octave-forge-comp*
> ./octave-forge-compile.sh
> #!/bin/sh -ev
> # repack tarball, since octave-3.4.0+ appears not to want to install
> # from directories
> cd ..
> tar -cf signal.tar signal-1.2.1
> tar: signal-1.2.1: Cannot stat: No such file or directory
> tar: Exiting with failure status due to previous errors

Woops.  That's fixed now in CVS, and the fix should be available via
"fink selfupdate" shortly.

Thanks for the report.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to