mkpkg_xbmc: dont remove zlib stuff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-02 14:02:40 +02:00
parent 6c1a72546e
commit e162a57b1b

View File

@ -37,18 +37,9 @@ echo "cleaning sources..."
find xbmc-$SVN_REV -name *.$i -exec rm -rf {} ";"
done
# remove bundled libraries (including zlib and OSX), saves space and forces using external versions
for i in cximage-6.0/zlib libid3tag/zlib zlib
do
rm -rf xbmc-$SVN_REV/xbmc/lib/$i
done
# bundled win32 binaries
rm -r xbmc-$SVN_REV/xbmc/visualizations/XBMCProjectM/win32
# remove various headers
rm xbmc-$SVN_REV/xbmc/FileSystem/zlib.h
echo "packing sources..."
tar cvjf xbmc-$SVN_REV.tar.bz2 xbmc-$SVN_REV
tar cvjf xbmc-theme-Confluence-$SVN_REV.tar.bz2 xbmc-theme-Confluence-$SVN_REV