On Apr 16, 2006, at 10:25 AM, Martin Costabel 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.
Of course, now it works :)
What about the lines that install stuff in the $HOME directory, can I
leave those in the info file? The program won't execute when these
files are missing, but since they are installed outside /sw, I am not
sure what to do here.
mkdir $HOME/.t_coffee
mkdir $HOME/.t_coffee/cache
mkdir $HOME/.t_coffee/methods
mkdir $HOME/.t_coffee/tmp
thanks,
- Koen.
-------------------------------------------------------
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