Koen van der Drift wrote:
[]
CompileScript: <<
cd t_coffee_source
make -i CC=gcc USER_BIN=%i/bin all
<<

Yes, that's what I supected. The 'cd' has no effect in this case.
Either combine both lines into one or make it a shell script by putting '#!/bin/sh' (or more correctly '#!/bin/sh -ev') as a first line.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to