Skip to content

Commit

Permalink
fixed: that didn't work so well. second attempt at ppa + script modules
Browse files Browse the repository at this point in the history
(cherry picked from commit 0397c7e13b0e0f82c1af79131d56fdd6f67efdbc)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33225 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
spiff_ committed Aug 27, 2010
1 parent 72e5207 commit 2c34b03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/Linux/packaging/ppa-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ 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

curl -Ls --output lib/addons/script.module.pil/Imaging-1.1.7.tar.gz http://www.effbot.org/downloads/Imaging-1.1.7.tar.gz
curl -Ls --output lib/addons/script.module.pysqlite/pysqlite-2.5.6.tar.gz http://pysqlite.googlecode.com/files/pysqlite-2.5.6.tar.gz

cd $OLDPWD
if [ -z $UPDPPA ]; then
echo "Copying to .orig folder"
Expand Down

0 comments on commit 2c34b03

Please sign in to comment.