From 49854e8153baa22719dff87cb9d3854b4a7049d9 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Wed, 21 May 2008 17:52:46 +0000 Subject: [PATCH] Branch HEAD b=13285 Reverting the rest of the script libexecdir patch to fix rpm builds. --- 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 031a988..f0a44a3 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) -- 1.8.3.1