Document why shared library is not under /usr

This commit is contained in:
Petr Písař 2010-12-13 13:30:18 +01:00
parent 954091c1ef
commit 3f6975f0ae

View File

@ -58,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# libpcre.so.*() needed by grep during system start (bug #41104)
mkdir -p $RPM_BUILD_ROOT/%{_lib}
mv $RPM_BUILD_ROOT%{_libdir}/libpcre.so.* $RPM_BUILD_ROOT/%{_lib}/
pushd $RPM_BUILD_ROOT%{_libdir}
@ -110,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
- See ChangeLog for changes. Namely changes have been made to the way
PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B.
- Fix typo in pcreprecompile(3) manual
- Document why shared library is not under /usr
* Mon Jul 12 2010 Petr Pisar <ppisar@redhat.com> - 8.10-1
- 8.10 bump (bug #612635)