diff --git a/scripts/Tools/git/build b/scripts/Tools/git/build index 52423c3..0f72c23 100755 --- a/scripts/Tools/git/build +++ b/scripts/Tools/git/build @@ -6,7 +6,7 @@ function em.configure() { cd "${MODULE_SRCDIR}" "${MODULE_SRCDIR}"/configure \ --prefix="${PREFIX}" \ - --with-tcltk="${PMODULES_HOME}" \ + --with-tcltk \ || exit 1 }