From b7b298137f14e30fce0936aa9d99fcb21c9b401b Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 4 Dec 2007 13:44:08 +0000 Subject: small changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@469 04377dda-e619-0410-9926-eae83683ac58 --- trunk/mkbuild/generic.mkSlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/mkbuild/generic.mkSlackBuild') 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 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 -- cgit v1.2.3