aboutsummaryrefslogtreecommitdiff
path: root/patches/php/php.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/php/php.SlackBuild')
-rwxr-xr-xpatches/php/php.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild
index dc65be46..bc72c1d3 100755
--- a/patches/php/php.SlackBuild
+++ b/patches/php/php.SlackBuild
@@ -327,3 +327,7 @@ fi
cd $PKG
makepkg -l y -c n $REPOS/php-$VERSION-$ARCH-$BUILD.tgz
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
+fi
+