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

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


Index: pykqueue-py23.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pykqueue-py23.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pykqueue-py23.info  7 Jan 2005 02:48:46 -0000       1.2
+++ pykqueue-py23.info  7 Jan 2005 03:33:57 -0000       1.3
@@ -19,7 +19,7 @@
 <<
   
 InstallScript: <<
- head -24 KQueue.py | tail -n +2 | sed 's/^# *//' > LICENSE
+ head -n 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