summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/SlackBuild.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/SlackBuild.in b/misc/SlackBuild.in
index d932e623d..d356a1766 100644
--- a/misc/SlackBuild.in
+++ b/misc/SlackBuild.in
@@ -95,7 +95,7 @@ build_pentiumpro() {
if test "$DIE" -eq 0; then
tar -czvf @PACKAGE@-@VERSION@-i686.tar.gz $PACKAGE package_descriptions
fi
-## do_clean
+ do_clean
}
#
@@ -116,7 +116,7 @@ build_pentium() {
if test "$DIE" -eq 0; then
tar -czvf @PACKAGE@-@VERSION@-i586.tar.gz $PACKAGE package_descriptions
fi
-## do_clean
+ do_clean
}
#
@@ -137,7 +137,7 @@ build_k6() {
if test "$DIE" -eq 0; then
tar -czvf @PACKAGE@-@VERSION@-k6.tar.gz $PACKAGE package_descriptions
fi
-## do_clean
+ do_clean
}
#
@@ -158,7 +158,7 @@ build_k7() {
if test "$DIE" -eq 0; then
tar -czvf @PACKAGE@-@VERSION@-k7.tar.gz $PACKAGE package_descriptions
fi
-## do_clean
+ do_clean
}
#