Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12422

Modified Files:
        launch.info pstree-2.17-1.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: pstree-2.17-1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/pstree-2.17-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pstree-2.17-1.info  30 Nov 2004 17:55:08 -0000      1.2
+++ pstree-2.17-1.info  7 Jan 2005 03:38:46 -0000       1.3
@@ -11,7 +11,7 @@
 Patch: %f.patch
 CompileScript: <<
  make pstree
- head -4 pstree.c >LICENSE
+ head -n 4 pstree.c >LICENSE
 <<
 InstallScript: <<
  install -d -m 755 %i/bin

Index: launch.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/launch.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- launch.info 7 Aug 2004 22:59:53 -0000       1.2
+++ launch.info 7 Jan 2005 03:38:46 -0000       1.3
@@ -12,7 +12,7 @@
  else
    /usr/bin/pbxbuild
  endif
- head -17 main.c > LICENSE
+ head -n 17 main.c > LICENSE
 <<
 InstallScript: << 
  strip build/%n



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