aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/perl.mkSlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/mkbuild/perl.mkSlackBuild')
-rw-r--r--trunk/mkbuild/perl.mkSlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/mkbuild/perl.mkSlackBuild b/trunk/mkbuild/perl.mkSlackBuild
index 245cd01..d90dacc 100644
--- a/trunk/mkbuild/perl.mkSlackBuild
+++ b/trunk/mkbuild/perl.mkSlackBuild
@@ -1,7 +1,7 @@
###################################################
## Perl template for SlackBuilds
##
-## Based on generic.mkSlackBuild version 0.9.2 by
+## Based on generic.mkSlackBuild version 0.9.3 by
## Luis (luis at riseup d0t net) and changed by
## Rhatto (rhatto at riseup d0t net)
##
@@ -284,6 +284,6 @@ makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERRO
<clean_builds> off
# Delete source and build directories if requested
if [ "$CLEANUP" == "yes" ]; then
- rm -rf "$PKG_SRC" "$PKG" "$PKG_WORK"
+ rm -rf "$PKG_WORK" "$PKG"
fi
</clean_builds>