rpms/hdf5/devel hdf5-1.6.5-sort.patch,NONE,1.1

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Mar 2 23:34:14 UTC 2007


Author: orion

Update of /cvs/extras/rpms/hdf5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30884

Added Files:
	hdf5-1.6.5-sort.patch 
Log Message:
Add the patch to cvs


hdf5-1.6.5-sort.patch:

--- NEW FILE hdf5-1.6.5-sort.patch ---
--- hdf5-1.6.5/bin/ltmain.sh.sort	2007-03-02 16:20:05.000000000 -0700
+++ hdf5-1.6.5/bin/ltmain.sh	2007-03-02 16:20:12.000000000 -0700
@@ -3329,7 +3329,7 @@
 	    fi
 
 	    # Try sorting and uniquifying the output.
-	    if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
+	    if grep -v "^: " < "$nlist" | sort -k 2 | uniq > "$nlist"S; then
 	      :
 	    else
 	      grep -v "^: " < "$nlist" > "$nlist"S




More information about the fedora-extras-commits mailing list