mirror of
https://github.com/libretro/Lakka.git
synced 2025-03-02 12:45:59 +00:00
mkpkg_xbmc: dont remove zlib stuff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c1a72546e
commit
e162a57b1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user