aboutsummaryrefslogtreecommitdiff
path: root/libtheora
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 19:20:11 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 19:20:11 +0000
commitd2f897824e9e6374a3972a47ec2027acd05bb436 (patch)
treea003bf674314ebd21a636357a28bf9c098baffa1 /libtheora
parent3052511a51ec982fa61014ee39a0e257e54ba59c (diff)
downloadslackbuilds-d2f897824e9e6374a3972a47ec2027acd05bb436.tar.gz
slackbuilds-d2f897824e9e6374a3972a47ec2027acd05bb436.tar.bz2
libtheora update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@72 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'libtheora')
-rwxr-xr-xlibtheora/libtheora.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libtheora/libtheora.SlackBuild b/libtheora/libtheora.SlackBuild
index 9c5d9c28..a04796d9 100755
--- a/libtheora/libtheora.SlackBuild
+++ b/libtheora/libtheora.SlackBuild
@@ -126,6 +126,7 @@ echo 'chroot . /sbin/ldconfig' > install/doinst.sh
makepkg -l y -c n $REPOS/$NAME-$VERSION-$ARCH-$BUILD.tgz
-if [ "$1" = "--cleanup" ]; then
- rm -rf $TMP
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
fi
+