On Sep 16, 2009, at 7:11 AM, Benda, Christian wrote: > echo $PWD should be the same as $CCP4 > /sw/src/fink.build/ccp4-6.1.2-4/ccp4-6.1.2 should be the same as > [[ $CCP4 == $PWD ]] || exit 1
This is a failsafe I put in that caused it to stop. (The temporary value of $CCP4 should match the $PWD, but it does not.) The problem was that I had to change the compile script from zsh to bash, and there must be an incompatibility with the version of bash that exists on 10.4.X (which I did not have access to, to test). I'll try to come up with a fix. Would you be willing to test it? ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
