Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv15475

Modified Files:
        svn.info 
Log Message:
Should fix building on 10.4.

Index: svn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- svn.info    1 Sep 2008 11:40:58 -0000       1.27
+++ svn.info    1 Sep 2008 14:07:10 -0000       1.28
@@ -113,9 +113,9 @@
  
  # Copy -dev files to %p/lib so other packages can find them
  cd %i/lib
- find svn15 -name \*.a -print0 | /usr/bin/xargs -0 -I '{}' ln -s '{}' %i/lib
- find svn15 -name \*.la -print0 | /usr/bin/xargs -0 -I '{}' ln -s '{}' %i/lib
- find svn15 -name \*-1.dylib -print0 | /usr/bin/xargs -0 -I '{}' ln -s '{}' 
%i/lib
+ ln -s svn15/*.a %i/lib
+ ln -s svn15/*.la %i/lib
+ ln -s svn15/*-1.dylib %i/lib
 <<
 
 DaemonicName: svnserve


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to