[SCM] xbmc packaging branch, master, updated. upstream/9.04.1+svn22158.deb1-18-g2b1e7f7

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Oct 12 05:50:29 UTC 2009


The following commit has been merged in the master branch:
commit c1b7d9473a9b6a789ac958e17a5d3ec4042c9f51
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Oct 11 00:57:51 2009 -0400

    Remove generate cache directories during bootstrap and go back to parent directory after bootstrap.

diff --git a/debian/xbmc-get-orig-source b/debian/xbmc-get-orig-source
index 0291bad..5eb0c32 100755
--- a/debian/xbmc-get-orig-source
+++ b/debian/xbmc-get-orig-source
@@ -45,8 +45,12 @@ make_current_tarball() {
     rm -rf xbmc-$XBMC_VERSION/xbmc/cores/dvdplayer/Codecs/libDVDCSS
     rm -rf xbmc-$XBMC_VERSION/xbmc/cores/dvdplayer/Codecs/libdvdnav
 
-    # Run bootstrap
-    cd xbmc-$XBMC_VERSION && ./bootstrap
+    # Run bootstrap and remove cache directories
+    cd xbmc-$XBMC_VERSION
+    ./bootstrap
+    rm -rf autom4te.cache
+    rm -rf xbmc/lib/libass/autom4te.cache
+    cd ..
 
     # Create the tarball
     echo "Create orig tarball"

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list