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

Modified Files:
        stegdetect.info pngcrush.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: pngcrush.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/pngcrush.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pngcrush.info       21 Jun 2004 01:23:39 -0000      1.1
+++ pngcrush.info       7 Jan 2005 03:28:49 -0000       1.2
@@ -8,7 +8,7 @@
 InstallScript: <<
  install -d %i/bin
  install -s -m 755 %n %i/bin/%n
- head -40 README.txt >> LICENSE
+ head -n 40 README.txt >> LICENSE
  <<
 DocFiles: README.txt  INSTALL.txt LICENSE
 Description: Optimizer for PNG files

Index: stegdetect.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/stegdetect.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stegdetect.info     10 Oct 2004 18:55:50 -0000      1.2
+++ stegdetect.info     7 Jan 2005 03:28:49 -0000       1.3
@@ -18,7 +18,7 @@
 ###
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man datadir=%i/share
-head -29 stegdetect.c > Copyright
+head -n 29 stegdetect.c > Copyright
 <<
 ###
 DocFiles: Copyright



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