the fixes the usage of exec_prefix so configure will prepend the prefix again. Signed-off-by: Robert Förster <Dessa@xxxxxxxx> --- configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index efbea2b..eaca506 100644 --- a/configure.ac +++ b/configure.ac @@ -50,13 +50,13 @@ esac AC_SUBST([libdirname]) # The original default values of {bin,sbin,lib}dir -usrbin_execdir='${_exec_prefix}/bin' +usrbin_execdir='${exec_prefix}/bin' AC_SUBST([usrbin_execdir]) -usrsbin_execdir='${_exec_prefix}/sbin' +usrsbin_execdir='${exec_prefix}/sbin' AC_SUBST([usrsbin_execdir]) -usrlib_execdir='${_exec_prefix}/'$libdirname +usrlib_execdir='${exec_prefix}/'$libdirname AC_SUBST([usrlib_execdir]) -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html