From 6acd62420f01b2b45e6e24bc5dee50f6fa4f1475 Mon Sep 17 00:00:00 2001 From: bwzhou <bwzhou> Date: Tue, 20 May 2008 15:09:52 +0000 Subject: [PATCH] Branch HEAD b=13285 r=green, bobijam use the libexec convention for scripts --- 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 f0a44a33e4..031a9889b5 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 = $(libdir)/@PACKAGE@ +scriptlibdir = @libexecdir@/@PACKAGE@ scriptlib_DATA = lc_common CLEANFILES = $(genscripts) -- GitLab