Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6496/10.4-transitional/unstable/main/finkinfo/utils

Modified Files:
        fdclone.patch 
Log Message:
Fix old head/tail syntax


Index: fdclone.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils/fdclone.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fdclone.patch       1 Jul 2005 15:48:08 -0000       1.1
+++ fdclone.patch       13 Dec 2005 02:51:40 -0000      1.2
@@ -1,3 +1,18 @@
+diff -Naur FD-2.07a.orig/Makefile FD-2.07a/Makefile
+--- FD-2.07a.orig/Makefile     2005-06-21 11:00:00.000000000 -0400
++++ FD-2.07a/Makefile  2005-12-12 21:50:39.000000000 -0500
+@@ -12,9 +12,9 @@
+ HOSTCC        = $(CC)
+ SED   = sed
+ 
+-GETVER        = HEAD="`tail -1 version.h`"; \
++GETVER        = HEAD="`tail -n 1 version.h`"; \
+       VER=`expr "$$HEAD" : '.*\([0-9][0-9]*\.[0-9a-z\-]*\).*'`
+-GETDIST       = HEAD=`tail -2 version.h | head -1`; \
++GETDIST       = HEAD=`tail -n 2 version.h | head -n 1`; \
+       DIST=`expr "$$HEAD" : '.*"\(.*\)".*'`
+ DEFCFLAGS = -DVER='"'$$VER'"' \
+       -DDIST='"'$$DIST'"' \
 diff -Naur FD-2.07a.orig/Makefile.in FD-2.07a/Makefile.in
 --- FD-2.07a.orig/Makefile.in  Wed Jun 22 00:00:00 2005
 +++ FD-2.07a/Makefile.in       Fri Jul  1 03:18:24 2005



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to