Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2613

Modified Files:
        db42-java.info pykqueue-py23.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: db42-java.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/db42-java.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- db42-java.info      25 Feb 2004 13:50:26 -0000      1.8
+++ db42-java.info      7 Jan 2005 02:48:46 -0000       1.9
@@ -14,7 +14,7 @@
 GCC: 3.3
 CompileScript: <<
 #! /bin/sh -ex
-JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -1`
+JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -n 1`
 cd build_unix;
 F77=no ../dist/configure %c JAVAC=$JAVA14/Commands/javac 
JAR=$JAVA14/Commands/jar
 VERSIONS="-avoid-version  -XCClinker -current_version -XCClinker 4.2.52 
-XCClinker -compatibility_version -XCClinker 4.2 -no-undefined"

Index: pykqueue-py23.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pykqueue-py23.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pykqueue-py23.info  3 May 2004 07:28:16 -0000       1.1
+++ pykqueue-py23.info  7 Jan 2005 02:48:46 -0000       1.2
@@ -19,7 +19,7 @@
 <<
   
 InstallScript: <<
- head -24 KQueue.py | tail +2 | sed 's/^# *//' > LICENSE
+ head -24 KQueue.py | tail -n +2 | sed 's/^# *//' > LICENSE
  install -d -m 755 %i/lib/python2.3/site-packages
  install -m 644 kqsyscallmodule.so %i/lib/python2.3/site-packages
  install -m 644 KQueue.py %i/lib/python2.3/site-packages



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to