SPECS: adapter.awk - use __perl and __python macros
glen
glen at pld-linux.org
Sat Sep 2 22:47:22 CEST 2006
Author: glen Date: Sat Sep 2 20:47:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use __perl and __python macros
---- Files affected:
SPECS:
adapter.awk (1.323 -> 1.324)
---- Diffs:
================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.323 SPECS/adapter.awk:1.324
--- SPECS/adapter.awk:1.323 Sat Sep 2 22:39:58 2006
+++ SPECS/adapter.awk Sat Sep 2 22:47:17 2006
@@ -1045,6 +1045,8 @@
}
sub("%{_defaultdocdir}", "%{_docdir}");
+ sub("%{_bindir}/perl", "%{__perl}");
+ sub("%{_bindir}/python", "%{__python}");
gsub(perl_sitearch, "%{perl_sitearch}")
gsub(perl_archlib, "%{perl_archlib}")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.323&r2=1.324&f=u
More information about the pld-cvs-commit
mailing list