]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix regexp on substitute Group field (now this wot correctly).
authorkloczek <kloczek@pld-linux.org>
Wed, 13 Sep 2000 23:11:29 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.78

adapter.awk

index a796a886a531e7aeb3a3913117c4a1b755451c79..fe7fe7cd9f544eba926ff9b961fa9c658700f0ee 100644 (file)
@@ -309,9 +309,9 @@ preamble == 1 {
        if (field ~ /group(\(..\))?:/) {
                format_preamble()
                sub(/^Utilities\//,"Applications/",$2)
-               sub(/^Games,"Applications/Games",$2)
-               sub(/^X11\//Games,"Applications/Games",$2)
-               sub(/^X11\//Games\//Strategy,"X11/Applications/Games/Strategy",$2)
+               sub(/^Games/,"Applications/Games",$2)
+               sub(/^X11\/Games/,"Applications\/Games",$2)
+               sub(/^X11\/Games\/Strategy/,"X11/Applications/Games/Strategy",$2)
 
                if (!match(field,/\(..\):/))
                        glang="en"
This page took 0.050691 seconds and 4 git commands to generate.