]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- same the ones that i've added (not sure of others that i didn't)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Oct 2005 20:05:08 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.200

adapter.awk

index 817c2e1f1d09aa9ff6f6755b0cd6cec57cae8be2..b5c9e02010d3dab04d68b342b38a186f8de63d4e 100644 (file)
@@ -677,11 +677,11 @@ preamble == 1 {
                if ($2 ~ /_infodir/)
                        infodir = $3
 
-               if ($2 ~ /_beta/)
+               if ($2 ~ /^_beta$/)
                        _beta = $3
-               if ($2 ~ /_rc/)
+               if ($2 ~ /^_rc$/)
                        _rc = $3
-               if ($2 ~ /_snap/)
+               if ($2 ~ /^_snap$/)
                        _snap = $3
 
                if ($2 ~ /^name$/)
This page took 0.039863 seconds and 4 git commands to generate.