diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-04 13:44:08 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-04 13:44:08 +0000 |
commit | b7b298137f14e30fce0936aa9d99fcb21c9b401b (patch) | |
tree | d114a6060b2de81fac20d9d77f660b12a9c895b5 /trunk/mkbuild/generic.mkSlackBuild | |
parent | b46c609c3f8ceab0f7ba8ff4539f01b628172f8b (diff) | |
download | simplepkg-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/generic.mkSlackBuild')
-rw-r--r-- | trunk/mkbuild/generic.mkSlackBuild | 4 |
1 files changed, 2 insertions, 2 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> |