commit 2ce787c949b0dd355b5ce57162274bb812e50dbf
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Feb 16 19:45:08 2009 +0000

    - unbreak summary order
    
    Changed files:
        adapter.awk -> 1.417

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index c4beed1..b8294f8 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -95,8 +95,8 @@ function b_makekey(a, b,      s) {
        gsub(/^#[ \t]*/, "", s);
 
        # force order
-       gsub(/^Summary/, "10Summary", s);
        gsub(/^Summary\(/, "11Summary(", s);
+       gsub(/^Summary/, "10Summary", s);
 
        gsub(/^Name/, "2Name", s);
        gsub(/^Version/, "3Version", s);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to