]> git.pld-linux.org Git - packages/apache-mod_dbi_pool.git/commitdiff
- better sed, use different separator for sed
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Sep 2005 09:08:01 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dbi_pool.spec -> 1.6

apache-mod_dbi_pool.spec

index f54be2ee55787dda1aef003667497451f3ded2e1..c0d1f6d1ea4428063850a619107b8af00055a159 100644 (file)
@@ -60,7 +60,7 @@ Pliki nag
 %{__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}
This page took 0.08132 seconds and 4 git commands to generate.