aboutsummaryrefslogtreecommitdiff
path: root/patches/pine
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 18:32:39 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 18:32:39 +0000
commit5872a94c336845e59a680dd55fb25d24b581eb08 (patch)
tree6330e8179d27d36d21e4080781bff2d2a2eab95c /patches/pine
parente0a72782864f9436c196c9729d886b4df63c7db1 (diff)
downloadslackbuilds-5872a94c336845e59a680dd55fb25d24b581eb08.tar.gz
slackbuilds-5872a94c336845e59a680dd55fb25d24b581eb08.tar.bz2
php and pine update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@100 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/pine')
-rwxr-xr-xpatches/pine/pine.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/patches/pine/pine.SlackBuild b/patches/pine/pine.SlackBuild
index 68e0af6b..2623227c 100755
--- a/patches/pine/pine.SlackBuild
+++ b/patches/pine/pine.SlackBuild
@@ -149,8 +149,7 @@ cd $PKG2
makepkg -l y -c n $REPOS/imapd-$VERSION-$ARCH-$IMAPDBUILD.tgz
# Clean up the extra stuff:
-if [ "$1" = "--cleanup" ]; then
- rm -rf $TMP/pine$VERSION
- rm -rf $PKG1
- rm -rf $PKG2
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
fi
+