summaryrefslogtreecommitdiff
path: root/scripts/mkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkpkg')
-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