From 53f9428cf1d8d2e8b949db4e47ef5ea7b2f11988 Mon Sep 17 00:00:00 2001
From: bwzhou <bwzhou>
Date: Sun, 18 May 2008 18:40:36 +0000
Subject: [PATCH] Branch HEAD b=13285

revert the libexec patch since it hasn't got permissions yet.
---
 lustre.spec.in             | 2 +-
 lustre/scripts/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre.spec.in b/lustre.spec.in
index e844ab72b1..36f7d46309 100644
--- a/lustre.spec.in
+++ b/lustre.spec.in
@@ -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
diff --git a/lustre/scripts/Makefile.am b/lustre/scripts/Makefile.am
index 031a9889b5..f0a44a33e4 100644
--- a/lustre/scripts/Makefile.am
+++ b/lustre/scripts/Makefile.am
@@ -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)
-- 
GitLab