[Ocfs2-tools-commits] jlbec commits r1196 - trunk/vendor/common

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Tue May 9 16:00:01 CDT 2006


Author: jlbec
Date: 2006-05-09 16:00:01 -0500 (Tue, 09 May 2006)
New Revision: 1196

Modified:
   trunk/vendor/common/ocfs2-tools.spec.in
Log:
Fix ppc libdir

Modified: trunk/vendor/common/ocfs2-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs2-tools.spec.in	2006-05-04 21:36:23 UTC (rev 1195)
+++ trunk/vendor/common/ocfs2-tools.spec.in	2006-05-09 21:00:01 UTC (rev 1196)
@@ -65,7 +65,7 @@
 
 
 %build
-%configure --disable-debug --prefix=/usr --mandir=/usr/share/man
+%configure --disable-debug --prefix=/usr --mandir=/usr/share/man --libdir=%{brokenrhlibdir}
 make
 
 
@@ -138,8 +138,8 @@
 
 %files -n ocfs2-tools-devel
 %defattr(-,root,root)
-%{_libdir}/*.a
-%{_libdir}/pkgconfig/*.pc
+%{brokenrhlibdir}/*.a
+%{brokenrhlibdir}/pkgconfig/*.pc
 %{_includedir}/o2cb
 %{_includedir}/o2dlm
 %{_includedir}/ocfs2




More information about the Ocfs2-tools-commits mailing list