From dba16bbdba8f38a5add57710cb9ababa3d686aeb Mon Sep 17 00:00:00 2001 From: bwzhou <bwzhou> Date: Sun, 18 May 2008 18:43:45 +0000 Subject: [PATCH] Branch b1_6 b=13285 revert the libexec patch since it hasn't got permissions yet. --- 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