Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22276
Modified Files:
svn-swig-pm.info
Log Message:
fix shell syntax (doesn't solve build failure on 10.6/i386)
Index: svn-swig-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- svn-swig-pm.info 23 Jun 2010 14:00:50 -0000 1.53
+++ svn-swig-pm.info 9 Aug 2010 18:52:37 -0000 1.54
@@ -84,7 +84,7 @@
# set ABSPATH to a valid filename while still calling /usr/bin/arch but only
# on 10.6 and later.
let version=`uname -r | cut -f 1 -d .`
- if [ %type_pkg[perl] -ge 5100 -a $version -ge 10]; then
+ if [ %type_pkg[perl] -ge 5100 -a $version -ge 10 ]; then
cat > myperl <<_Eof
#!/bin/sh
exec /usr/bin/arch -%m $PERL "\$@"
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs