From 71d195d1e28be8ef403a4ebcb3b6a7d6744a8a31 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 6 Jan 2016 12:54:49 +0100 Subject: [PATCH] reset default of libexecdir We want to revert to the codings standards here. https://www.gnu.org/prep/standards/html_node/Directory-Variables.html By using the default we might avoid differences betweeen bee install and "make install". --- src/beelib.config.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beelib.config.sh.in b/src/beelib.config.sh.in index 1c174e4..89d6686 100644 --- a/src/beelib.config.sh.in +++ b/src/beelib.config.sh.in @@ -309,7 +309,7 @@ function config_verify_builtin_prefixes() { : ${EPREFIX:='${PREFIX}'} : ${BINDIR:='${EPREFIX}/bin'} : ${SBINDIR:='${EPREFIX}/sbin'} - : ${LIBEXECDIR:='${EPREFIX}/lib/${PKGNAME}'} + : ${LIBEXECDIR:='${EPREFIX}/libexec'} : ${SYSCONFDIR:=DEFAULT} : ${LOCALSTATEDIR:=DEFAULT} : ${SHAREDSTATEDIR:='${LOCALSTATEDIR}'}