SPECS: adapter.awk - %py_scriptdir subst
glen
glen at pld-linux.org
Wed Jan 25 23:12:56 CET 2006
Author: glen Date: Wed Jan 25 22:12:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- %py_scriptdir subst
---- Files affected:
SPECS:
adapter.awk (1.270 -> 1.271)
---- Diffs:
================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.270 SPECS/adapter.awk:1.271
--- SPECS/adapter.awk:1.270 Tue Jan 24 08:42:33 2006
+++ SPECS/adapter.awk Wed Jan 25 23:12:51 2006
@@ -79,6 +79,7 @@
"rpm --eval %perl_sitelib" | getline perl_sitelib
"rpm --eval %py_sitescriptdir" | getline py_sitescriptdir
+ "rpm --eval %py_scriptdir " | getline py_scriptdir
}
# There should be a comment with CVS keywords on the first line of file.
@@ -889,6 +890,7 @@
gsub(perl_sitelib, "%{perl_sitelib}")
gsub(py_sitescriptdir, "%{py_sitescriptdir}")
+ gsub(py_scriptdir, "%{py_scriptdir}")
gsub(bindir, "%{_bindir}")
gsub("%{prefix}/bin", "%{_bindir}")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.270&r2=1.271&f=u
More information about the pld-cvs-commit
mailing list