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

Modified Files:
        connect4-1.2-11.info jzip.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: jzip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/jzip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jzip.info   16 Dec 2003 07:19:48 -0000      1.1
+++ jzip.info   7 Jan 2005 02:44:15 -0000       1.2
@@ -40,7 +40,7 @@
  mkdir -p %i/share/zcode-games/
  install -m 755 jzip %i/bin/
  install -m 755 ckifzs %i/bin/
- tail -n 22 license.c | head -20 | sed '[EMAIL PROTECTED]@@' | sed '[EMAIL 
PROTECTED]|"\|);@@g' | sed '[EMAIL PROTECTED]@Jzip [EMAIL PROTECTED]' > 
license.txt
+ tail -n 22 license.c | head -n 20 | sed '[EMAIL PROTECTED]@@' | sed '[EMAIL 
PROTECTED]|"\|);@@g' | sed '[EMAIL PROTECTED]@Jzip [EMAIL PROTECTED]' > 
license.txt
 <<
 DocFiles: license.txt
 Maintainer: Carsten Klapp <[EMAIL PROTECTED]>

Index: connect4-1.2-11.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/connect4-1.2-11.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connect4-1.2-11.info        21 Oct 2003 15:11:13 -0000      1.1
+++ connect4-1.2-11.info        7 Jan 2005 02:44:15 -0000       1.2
@@ -7,7 +7,7 @@
 GCC: 3.3
 CompileScript: <<
 c++ *.cpp -O2 -ffast-math -fforce-addr -fomit-frame-pointer -finline-functions 
-o %n
-tail -2 README.txt >> LICENSE
+tail -n 2 README.txt >> LICENSE
 <<
 InstallScript: <<
 mkdir -p %i/bin/



-------------------------------------------------------
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