Skip to content

Commit

Permalink
reset default of libexecdir
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
donald committed Apr 22, 2016
1 parent 56cd40c commit 71d195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beelib.config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}'}
Expand Down

0 comments on commit 71d195d

Please sign in to comment.