SPECS: openldap.spec - fix lib64 in db install

baggins baggins at pld-linux.org
Fri Nov 2 22:51:49 CET 2007


Author: baggins                      Date: Fri Nov  2 21:51:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix lib64 in db install

---- Files affected:
SPECS:
   openldap.spec (1.265 -> 1.266) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.265 SPECS/openldap.spec:1.266
--- SPECS/openldap.spec:1.265	Fri Nov  2 21:18:04 2007
+++ SPECS/openldap.spec	Fri Nov  2 22:51:44 2007
@@ -974,10 +974,10 @@
 install %{SOURCE100} $RPM_BUILD_ROOT%{evolution_exchange_prefix}/README.evolution
 
 cd ../db-instroot
-install -m755 lib/libslapd_db-*.*.so $RPM_BUILD_ROOT/%{_libdir}/
+install -m755 %{_lib}/libslapd_db-*.*.so $RPM_BUILD_ROOT/%{_libdir}/
 cd bin
 for binary in db_* ; do
-	install ${binary} $RPM_BUILD_ROOT/%{_sbindir}/slapd_${binary}
+	install -m755 ${binary} $RPM_BUILD_ROOT/%{_sbindir}/slapd_${binary}
 done
 
 cd ../../%{name}-%{version}
@@ -1522,6 +1522,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.266  2007/11/02 21:51:44  baggins
+- fix lib64 in db install
+
 Revision 1.265  2007/11/02 20:18:04  baggins
 - libicu is not really needed (just detected, no linking), so no need for BR
 - drop gmp BR, use long long for multiprecision numbers
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.265&r2=1.266&f=u



More information about the pld-cvs-commit mailing list