diff options
author | spiff_ <spiff_@svn> | 2010-08-27 15:51:43 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-27 15:51:43 +0000 |
commit | 062744491766359a0a559eaf55fcb3b2e06df6e6 (patch) | |
tree | a5872060aef15817f5ef6253c4935190e46526c0 /tools | |
parent | 98f092db3abf29e48780bf5d7f01fabb82f2eec8 (diff) |
fixed: download the python script modules prior to launchpad upload. downloads are not allowed on the build slaves
(cherry picked from commit ab71fb2f700a7f0ecce81ab43274eae5afafe106)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33219 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/Linux/packaging/ppa-builder.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Linux/packaging/ppa-builder.sh b/tools/Linux/packaging/ppa-builder.sh index 681b054488..8c5c18a65d 100755 --- a/tools/Linux/packaging/ppa-builder.sh +++ b/tools/Linux/packaging/ppa-builder.sh @@ -115,6 +115,8 @@ preparesrc() fi cd $DESTSRC ./bootstrap + make -C lib/addons/script.module.pil Imaging-1.1.7.tar.gz + make -C lib/addons/script.module.pysqlite pysqlite-2.5.6.tar.gz cd $OLDPWD if [ -z $UPDPPA ]; then echo "Copying to .orig folder" |