fix make file extension

This commit is contained in:
Chris Cromer 2020-05-31 17:20:20 -04:00
parent f74fbf2f18
commit 0e5798e0f0
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

View File

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