diff options
author | wattazoum <wattazoum@svn> | 2010-06-17 07:56:57 +0000 |
---|---|---|
committer | wattazoum <wattazoum@svn> | 2010-06-17 07:56:57 +0000 |
commit | 51442804c747343f430d8f03231d5b4edc780834 (patch) | |
tree | b06414c6488da6cc7e8990d027838912c9509d0d /tools | |
parent | 74eece78755a20c49e9495e25ab76321c8f4386b (diff) |
Change the version of XBMC packages
Fix the package building on karmic
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31139 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Linux/packaging/debian/xbmc-eventclients-common.install | 2 | ||||
-rwxr-xr-x | tools/Linux/packaging/ppa-builder.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/xbmc-eventclients-common.install b/tools/Linux/packaging/debian/xbmc-eventclients-common.install index 4dbb5060a5..2ce1f7f070 100644 --- a/tools/Linux/packaging/debian/xbmc-eventclients-common.install +++ b/tools/Linux/packaging/debian/xbmc-eventclients-common.install @@ -1,2 +1,2 @@ -usr/lib/python2.5/site-packages/xbmc +usr/lib/python*/*/xbmc usr/share/pixmaps/xbmc diff --git a/tools/Linux/packaging/ppa-builder.sh b/tools/Linux/packaging/ppa-builder.sh index 5b317ebc1e..dd2a34746f 100755 --- a/tools/Linux/packaging/ppa-builder.sh +++ b/tools/Linux/packaging/ppa-builder.sh @@ -25,7 +25,7 @@ FULLDEBUILDOPTS="-S -sa" DEBUILDOPTS="-S -sd" MINOR=1 XBMCPPA=xbmc-svn -HVERSION=9.11 +HVERSION=10.06 # Packagers should have these two vars in their environment # export DEBFULLNAME="Ouattara Oumar Aziz (alias wattazoum)" |