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

Modified Files:
        sqlite.patch 
Log Message:
I don't even understand the new sort syntax that well...someone who
does should fix them.


Index: sqlite.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database/sqlite.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sqlite.patch        13 Dec 2005 02:30:24 -0000      1.4
+++ sqlite.patch        13 Dec 2005 02:41:47 -0000      1.5
@@ -18,7 +18,7 @@
  #
  last_change:  $(SRC)
 -      cat $(SRC) | grep '$$Id: ' | sort +4 | tail -1 \
-+      cat $(SRC) | grep '$$Id: ' | sort -k 4 | tail -n 1 \
++      cat $(SRC) | grep '$$Id: ' | sort +4 | tail -n 1 \
            | awk '{print $$5,$$6}' >last_change
  
  libsqlite.a:  $(LIBOBJ)



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