commit 65bcc7b8a6b09f4bbcc1f38941524ba77f735e8b
Author: Elan Ruusamäe <[email protected]>
Date: Wed Oct 12 20:05:08 2005 +0000
- same the ones that i've added (not sure of others that i didn't)
Changed files:
adapter.awk -> 1.200
adapter.awk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index 817c2e1..b5c9e02 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -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$/)
================================================================
---- 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