From eb0a37ce459d4d468ddf393caa27c3d96294aa1d Mon Sep 17 00:00:00 2001 From: Samuel Boczek Date: Sat, 24 Dec 2016 17:33:22 +0000 Subject: [PATCH] Issues-410 - Fixing 'install_pygtk.sh cd: too many arguments' (#432) --- scripts/install-pygtk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-pygtk.sh b/scripts/install-pygtk.sh index c6787ad0db..bc56a5bf81 100755 --- a/scripts/install-pygtk.sh +++ b/scripts/install-pygtk.sh @@ -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