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 d377fd973c - Show all commits

View File

@ -739,7 +739,7 @@ function File {
}
function Findutils {
# Findutils-4.7.0
local pkg=findutils-4.7.0.tar.gz
local pkg=findutils-4.7.0.tar.xz
local pkg_dir=${pkg%%.tar*}
local logfile="${TOPDIR}/LOGS/tools-${FUNCNAME}.log"
[ -e ${logfile}.complete ] && { msg "Skipping: ${FUNCNAME}";return 0; } || msg "Building: ${FUNCNAME}"