diff options
author | spiff_ <spiff_@svn> | 2010-08-27 15:48:17 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-27 15:48:17 +0000 |
commit | a7397fe0914864474782c68af7826e7d1c4e169f (patch) | |
tree | c68e1bbdda01f738c930cfb5d9276892c1a3a5ea /tools | |
parent | d74acf4b2f98782eb7219495d9b80cb2e1b09ef1 (diff) |
fixed: download the python script modules prior to launchpad upload. downloads are not allowed on the build slaves
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33218 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" |