Issues-410 - Fixing 'install_pygtk.sh cd: too many arguments' (#432)

pull/367/head
Samuel Boczek 2016-12-24 17:33:22 +00:00 committed by Arron Atchison
parent c4257d226c
commit eb0a37ce45
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ then
( cd $CACHE
curl 'https://pypi.python.org/packages/source/P/PyGTK/pygtk-2.24.0.tar.bz2' > 'pygtk.tar.bz2'
tar -xvf pygtk.tar.bz2
( cd pygtk*
( cd pygtk-*
./configure --prefix=$VIRTUAL_ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$VIRTUAL_ENV/lib/pkgconfig
make -j$CORES
make install