[packages/adapter: 209/631] - same the ones that i've added (not sure of others that i didn't)
glen
glen at pld-linux.org
Mon Sep 12 19:51:58 CEST 2016
commit 65bcc7b8a6b09f4bbcc1f38941524ba77f735e8b
Author: Elan Ruusamäe <glen at pld-linux.org>
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
More information about the pld-cvs-commit
mailing list