@@ -54,13 +54,13 @@ cd "${BUILDDIR}/${dir}" || exit 1 ./configure --enable-shared --disable-symbols --prefix="${INSTDIR}" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} - "${MAKE:-make}" || continue + ${MAKE:-make} || continue - "${MAKE:-make}" install + ${MAKE:-make} install # Update pkgIndex to load libtk from the local directory rather # than the parent directory for pkgIndex in "${INSTDIR}"/lib/tk*/pkgIndex.tcl; do sed 's@ \.\. @ @g' "${pkgIndex}" > "${pkgIndex}.new"