SPECS: adapter.awk - same the ones that i've added (not sure of ot...

glen glen at pld-linux.org
Wed Oct 12 22:05:13 CEST 2005


Author: glen                         Date: Wed Oct 12 20:05:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- same the ones that i've added (not sure of others that i didn't)

---- Files affected:
SPECS:
   adapter.awk (1.199 -> 1.200) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.199 SPECS/adapter.awk:1.200
--- SPECS/adapter.awk:1.199	Wed Oct 12 22:03:55 2005
+++ SPECS/adapter.awk	Wed Oct 12 22:05:08 2005
@@ -677,11 +677,11 @@
 		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$/)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.199&r2=1.200&f=u




More information about the pld-cvs-commit mailing list