Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18786

Modified Files:
        tkimg.info 
Log Message:
fixed stupidsed error

Index: tkimg.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tkimg.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tkimg.info  17 Dec 2008 16:27:47 -0000      1.1
+++ tkimg.info  17 Dec 2008 17:05:03 -0000      1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: tkimg 
 Version: 1.3 
-Revision: 1
+Revision: 2
 Description: Adds a lot of image formats to Tcl/Tk 
 DescDetail: <<
 <<
@@ -17,7 +17,7 @@
 CompileScript: <<
 #!/bin/zsh -ev
 if [ "%m" = "i386" ]; then
-  find . -name configure | xargs sed -i "s/-arch ppc/-arch i386/"
+  find . -name configure | xargs perl  -pi -e 's/-arch ppc/-arch i386/g'
 fi
 ./configure --prefix=%i --exec-prefix=%i --mandir=%p/share/man 
--infodir=%p/share/info --with-tcl=%p/lib --with-tk=%p/lib
 make


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to