From 2cee6de883be90202cf42fd89dc61af82d4e3216 Mon Sep 17 00:00:00 2001
From: "robert.read" <robert.read>
Date: Wed, 21 May 2008 17:55:32 +0000
Subject: [PATCH] Branch b1_6 b=13285

Reverting rest of script libexedir patch to fix rpm build.
---
 lustre/scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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