Skip to content

Commit

Permalink
fixed: download the python script modules prior to launchpad upload. …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
spiff_ committed Aug 27, 2010
1 parent 98f092d commit 0627444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/Linux/packaging/ppa-builder.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 0627444

Please sign in to comment.