Bug fix for mkpkg script
This commit is contained in:
parent
8f3c06a667
commit
6b054c3b90
@ -21,10 +21,10 @@ test=${OK}
|
||||
|
||||
function build_package ()
|
||||
{
|
||||
printf "%-52s" "$1"
|
||||
rm -f {LOG}
|
||||
rm -f {LOG_OK_FILE}
|
||||
rm -f {LOG_FAIL_FILE}
|
||||
printf "%-31s" "$1"
|
||||
rm -f ${LOG}
|
||||
rm -f ${LOG_OK_FILE}
|
||||
rm -f ${LOG_FAIL_FILE}
|
||||
rm -f ${DEPENDENCY}
|
||||
|
||||
make $1-dirclean > /dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user