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

Modified Files:
        ispell-3.2.06-3.info altpdftex-2.14-1.info 
        pdfscreen-1.5-6.info pdfslide-0.50-4.info 
        tex4ht-20030412-10.info xdvi.info 
Log Message:
use more robust version of "head" and "tail" commands


Index: xdvi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/text/xdvi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xdvi.info   13 Aug 2004 17:57:17 -0000      1.2
+++ xdvi.info   7 Jan 2005 03:19:46 -0000       1.3
@@ -12,7 +12,7 @@
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install prefix=%i
- head -25 xdvi.c > LICENSE
+ head -n 25 xdvi.c > LICENSE
  mv %i/bin/xdvi %i/bin/xdvi.xdvi
  mv %i/share/man/man1/xdvi.1 %i/share/man/man1/xdvi.1.xdvi
  mv %i/bin/xdvizilla %i/bin/xdvizilla.xdvi

Index: altpdftex-2.14-1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/altpdftex-2.14-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- altpdftex-2.14-1.info       28 Nov 2003 13:28:15 -0000      1.2
+++ altpdftex-2.14-1.info       7 Jan 2005 03:19:45 -0000       1.3
@@ -6,7 +6,7 @@
 Conflicts: system-tetex
 Replaces: tetex-macosx
 PatchScript: <<
- head -24 altpdftex > LICENSE
+ head -n 24 altpdftex > LICENSE
  mv altpdftex altpdftex.orig
  sed "s|/usr/local/bin|%p/bin|g" < altpdftex.orig | sed 
"s|gerben.Exp|\(modified\ by [EMAIL PROTECTED] for use in the Fink project)|" > 
altpdftex
 <<

Index: tex4ht-20030412-10.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/tex4ht-20030412-10.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tex4ht-20030412-10.info     16 Aug 2004 14:15:51 -0000      1.4
+++ tex4ht-20030412-10.info     7 Jan 2005 03:19:46 -0000       1.5
@@ -19,7 +19,7 @@
 CompileScript:<<
 (cd temp; cc -O2 -o tex4ht tex4ht.c -DHAVE_DIRENT_H 
-DENVFILE='"%p/share/%n/tex4ht.env"' ) 
 (cd temp; cc -O2 -o t4ht t4ht.c -DENVFILE='"%p/share/%n/tex4ht.env"' ) 
-head -20 temp/t4ht.c > LICENSE
+head -n 20 temp/t4ht.c > LICENSE
 mv lppl-1.2.txt lppl.txt
 <<
 InstallScript:<<

Index: pdfslide-0.50-4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdfslide-0.50-4.info        10 Mar 2004 22:39:00 -0000      1.4
+++ pdfslide-0.50-4.info        7 Jan 2005 03:19:46 -0000       1.5
@@ -23,7 +23,7 @@
 InstallScript: <<
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfslide.sty > %i/share/doc/%n/license.info
+ head -n 18 pdfslide.sty > %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 <<

Index: ispell-3.2.06-3.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/ispell-3.2.06-3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ispell-3.2.06-3.info        24 Feb 2004 08:47:54 -0000      1.2
+++ ispell-3.2.06-3.info        7 Jan 2005 03:19:45 -0000       1.3
@@ -17,7 +17,7 @@
  (rm -f config.sh; ln -s config.sh.INSTALL config.sh; make install)
  mkdir -p %i/share/doc/%n
  cp README %i/share/doc/%n
- head -54 ispell.c | tail -47 > %i/share/doc/%n/LICENSE
+ head -n 54 ispell.c | tail -n 47 > %i/share/doc/%n/LICENSE
 <<
 License: OSI-Approved
 Homepage: http://ficus-www.cs.ucla.edu/geoff/ispell.html

Index: pdfscreen-1.5-6.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/pdfscreen-1.5-6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pdfscreen-1.5-6.info        10 Mar 2004 22:39:00 -0000      1.3
+++ pdfscreen-1.5-6.info        7 Jan 2005 03:19:45 -0000       1.4
@@ -23,7 +23,7 @@
 InstallScript: <<
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfscreen.sty > %i/share/doc/%n/license.info
+ head -n 18 pdfscreen.sty > %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 <<



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