From: Ulf Samuelsson Date: Sun, 11 Jan 2009 20:37:04 +0000 (-0000) Subject: Bug fix for mkpkg script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b054c3b90f922a447ee8560682561a66eb5009e;p=buildroot.git Bug fix for mkpkg script --- diff --git a/scripts/mkpkg b/scripts/mkpkg index 2d9018734c..2cac7c6a3a 100755 --- a/scripts/mkpkg +++ b/scripts/mkpkg @@ -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