On 18 janv. 2005, at 15:05, Manuel Hendel wrote:
For some reason which I don't know, this doesn't work in my arj.info
[]

CompileScript: <<
    cd gnu
    autoheader
    autoconf
    ./configure
    cd ..
    make PREFIX=%p
<<

Put #!/bin/sh as the first line of your script. Otherwise each line will be executed in a separate shell and the cd has no effect.


--
Martin




------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to