Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Issues-410 - Fixing 'install_pygtk.sh cd: too many arguments' (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbsource authored and aatchison committed Dec 24, 2016
1 parent c4257d2 commit eb0a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-pygtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb0a37c

Please sign in to comment.