Whamcloud - gitweb
Branch HEAD
authorbwzhou <bwzhou>
Sun, 18 May 2008 18:40:36 +0000 (18:40 +0000)
committerbwzhou <bwzhou>
Sun, 18 May 2008 18:40:36 +0000 (18:40 +0000)
b=13285

revert the libexec patch since it hasn't got permissions yet.

lustre.spec.in
lustre/scripts/Makefile.am

index e844ab7..36f7d46 100644 (file)
@@ -138,7 +138,7 @@ cat >lustre.files <<EOF
 
 %attr(-, root, root) %{_mandir}/man?/*
 
-%attr(-, root, root) %{_libexecdir}/lustre/lc_common
+%attr(-, root, root) %{_libdir}/lustre/lc_common
 EOF
 
 if [ -f $RPM_BUILD_ROOT%{_libdir}/liblustre.so ] ; then
index 031a988..f0a44a3 100644 (file)
@@ -15,7 +15,7 @@ EXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common \
             $(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \
             $(bin_SCRIPTS)
 
-scriptlibdir = @libexecdir@/@PACKAGE@
+scriptlibdir = $(libdir)/@PACKAGE@
 scriptlib_DATA = lc_common
 
 CLEANFILES = $(genscripts)