summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-11 20:37:04 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-11 20:37:04 +0000
commit6b054c3b90f922a447ee8560682561a66eb5009e (patch)
tree2fd55aedcde321d20eaa5a1fd31a3b9ec4a24f98 /scripts
parent8f3c06a667b655818b8665f85738a528b881bcda (diff)
Bug fix for mkpkg script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkpkg8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mkpkg b/scripts/mkpkg
index 2d9018734..2cac7c6a3 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