aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-12-04 13:44:08 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-12-04 13:44:08 +0000
commitb7b298137f14e30fce0936aa9d99fcb21c9b401b (patch)
treed114a6060b2de81fac20d9d77f660b12a9c895b5 /trunk/mkbuild
parentb46c609c3f8ceab0f7ba8ff4539f01b628172f8b (diff)
downloadsimplepkg-b7b298137f14e30fce0936aa9d99fcb21c9b401b.tar.gz
simplepkg-b7b298137f14e30fce0936aa9d99fcb21c9b401b.tar.bz2
small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@469 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild')
-rw-r--r--trunk/mkbuild/generic.mkSlackBuild4
-rw-r--r--trunk/mkbuild/perl.mkSlackBuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild
index 4886d6b..e655a15 100644
--- a/trunk/mkbuild/generic.mkSlackBuild
+++ b/trunk/mkbuild/generic.mkSlackBuild
@@ -1,7 +1,7 @@
#################################################################
## Generic template for SlackBuilds
##
-## Version 0.9.2 - Luis ( luis at riseup d0t net)
+## Version 0.9.3 - Luis ( luis at riseup d0t net)
## Alves ( rudsonalves at yahoo d0t com d0t br )
#################################################################
#!/bin/bash
@@ -272,6 +272,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>
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>