summaryrefslogtreecommitdiff
path: root/scripts/include/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/include/common.sh')
-rw-r--r--scripts/include/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/include/common.sh b/scripts/include/common.sh
index 9c6033f..ae5c64c 100644
--- a/scripts/include/common.sh
+++ b/scripts/include/common.sh
@@ -196,6 +196,6 @@ function package_update_source {
}
function common_clean_destination {
- echo "clean ${installname}"
- rm -rf "${installname}"
+ echo "clean ${bindir}"
+ rm -rf "${bindir}"
}