aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-04-07 09:56:42 +0000
committerlcapriotti <lcapriotti@svn>2010-04-07 09:56:42 +0000
commit5002fa9f6b56a65b6a246d27b1f6251754d09429 (patch)
tree4aaab272219682b1f92f7c24726e42d264c85f7c /tools
parent13f11fb0487fb42b5ede872bd802330f64f63e87 (diff)
cope with directory variants
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29107 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/XBMCLive/SDK/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/build.sh b/tools/XBMCLive/SDK/build.sh
index 256b6c213c..1a1b164951 100755
--- a/tools/XBMCLive/SDK/build.sh
+++ b/tools/XBMCLive/SDK/build.sh
@@ -119,7 +119,7 @@ while read i; do
j=${i%%.$VARIANTNAME-variant}
mv $i $j
else
- rm $i
+ rm -rf $i
fi
done