9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0e5798e0f0 - Show all commits

View File

@ -865,7 +865,7 @@ function Gzip {
}
function Make {
# Make-4.3
local pkg=make-4.3.tar.bz2
local pkg=make-4.3.tar.gz
local pkg_dir=${pkg%%.tar*}
local logfile="${TOPDIR}/LOGS/tools-${FUNCNAME}.log"
[ -e ${logfile}.complete ] && { msg "Skipping: ${FUNCNAME}";return 0; } || msg "Building: ${FUNCNAME}"