mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
Fixed libexec hardcoded value
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
40e8a0136b
commit
7e44bfb32d
@ -482,7 +482,11 @@ dnl Libraries used only when building the mc binary
|
||||
AC_SUBST(MCLIBS)
|
||||
|
||||
|
||||
if test x${libexecdir} = x'${exec_prefix}/libexec'; then
|
||||
EXTHELPERSDIR=${prefix}/libexec/${PACKAGE}/ext.d
|
||||
else
|
||||
EXTHELPERSDIR=${libexecdir}/${PACKAGE}/ext.d
|
||||
fi
|
||||
AC_SUBST(EXTHELPERSDIR)
|
||||
|
||||
MAN_DATE="$(LC_ALL=C date "+%B %Y")"
|
||||
|
Loading…
Reference in New Issue
Block a user