SPECS: apache-mod_dbi_pool.spec - better sed, use different separa...
glen
glen at pld-linux.org
Tue Sep 13 11:08:07 CEST 2005
Author: glen Date: Tue Sep 13 09:08:07 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- better sed, use different separator for sed
---- Files affected:
SPECS:
apache-mod_dbi_pool.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/apache-mod_dbi_pool.spec
diff -u SPECS/apache-mod_dbi_pool.spec:1.5 SPECS/apache-mod_dbi_pool.spec:1.6
--- SPECS/apache-mod_dbi_pool.spec:1.5 Tue Sep 13 10:12:35 2005
+++ SPECS/apache-mod_dbi_pool.spec Tue Sep 13 11:08:01 2005
@@ -61,7 +61,7 @@
%{__autoconf}
%{__automake}
-sed -i -e 's/test_paths="\/usr\/lib \/usr\/local\/lib"/test_paths="\/usr\/lib64 \/usr\/lib \/usr\/local\/lib"/g' configure
+sed -i -e 's,test_paths="/usr/lib /usr/local/lib",test_paths="/usr/%{_lib} /usr/lib",g' configure
%configure \
--with-apxs=%{apxs}
@@ -107,6 +107,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/09/13 09:08:01 glen
+- better sed, use different separator for sed
+
Revision 1.5 2005/09/13 08:12:35 spider
- configure fix, now work with amd64
- BR: sed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_dbi_pool.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list