Skip to content

Commit

Permalink
Fix removal of nonfree libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Mejia committed Jul 25, 2011
1 parent 19ed398 commit 10dd029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xbmc-get-orig-source
Expand Up @@ -126,9 +126,8 @@ prepare_orig_tarball() {
if [ ! -z "$REMOVE_NONFREE" ]; then
# Remove non-free components
echo "Removing non-free components"
rm -rf ${BUILDDIR}/xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss
rm -rf ${BUILDDIR}/xbmc/lib/UnrarXLib
rm -rf ${BUILDDIR}/xbmc/lib/libXBMS
rm -rf ${BUILDDIR}/lib/libdvd/libdvdcss
rm -rf ${BUILDDIR}/lib/UnrarXLib
fi
if [ ! -z "$REMOVE_LIBS" ]; then
echo "Removing components not needed for Linux"
Expand Down

0 comments on commit 10dd029

Please sign in to comment.