]> git.pld-linux.org Git - packages/pcre.git/commitdiff
- cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Aug 2007 18:47:22 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pcre.spec -> 1.84

pcre.spec

index 406380d52911941413b7044de7a87ed58ce90ea4..bcca1e6348f4daccfacb4035ed79fab6770f035e 100644 (file)
--- a/pcre.spec
+++ b/pcre.spec
@@ -202,10 +202,10 @@ mv -f $RPM_BUILD_ROOT%{_libdir}/libpcre.so.*.* $RPM_BUILD_ROOT/%{_lib}
 mv -f $RPM_BUILD_ROOT%{_libdir}/libpcreposix.so.*.* $RPM_BUILD_ROOT/%{_lib}
 
 cd $RPM_BUILD_ROOT%{_libdir}
-ln -sf /%{_lib}/`cd ../../%{_lib} ; echo libpcre.so.*.*.*` libpcre.so
-ln -sf /%{_lib}/`cd ../../%{_lib} ; echo libpcreposix.so.*.*.*` libpcreposix.so
-
+ln -sf /%{_lib}/$(cd ../../%{_lib}; echo libpcre.so.*.*.*) libpcre.so
+ln -sf /%{_lib}/$(cd ../../%{_lib}; echo libpcreposix.so.*.*.*) libpcreposix.so
 cd -
+
 install pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
This page took 0.053878 seconds and 4 git commands to generate.