2019-05-25

This commit is contained in:
Baho Utot 2019-05-25 12:56:19 -04:00
parent 23ada5ad5e
commit ab440aabc4
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ function Libelf {
return return
} }
function Rpm { function Rpm {
local pkg=rpm-4.14.1.tar.bz2 local pkg=rpm-4.14.2.1.tar.bz2
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}"