Bug fix for mkpkg script

This commit is contained in:
Ulf Samuelsson 2009-01-11 20:37:04 +00:00
parent 8f3c06a667
commit 6b054c3b90

View File

@ -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