tools/mkpkg: update 'mkpkg_couchpotato' script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-05 13:40:38 +02:00
parent f6ecf371fb
commit 186ad51c19

View File

@ -37,7 +37,7 @@ echo "cleaning sources..."
rm -rf CouchPotato-$GIT_REV/.git
echo "packing sources..."
tar cvjf CouchPotato-$GIT_REV.tar.bz2 CouchPotato-$GIT_REV
tar cvJf CouchPotato-$GIT_REV.tar.xz CouchPotato-$GIT_REV
echo "remove temporary sourcedir..."
rm -rf CouchPotato-$GIT_REV