summaryrefslogtreecommitdiffstats
path: root/gjs
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-25 14:59:44 +0200
committerpiernov <piernov@piernov.org>2011-07-25 14:59:44 +0200
commitd457a4e0402ab9715782b05a0183838f075559d4 (patch)
tree57950be07665a9cc2859d280e7b8d88d2a862198 /gjs
parent70e83a90b944921b679492fbb20f0a7f33cc7425 (diff)
downloadgnome3-d457a4e0402ab9715782b05a0183838f075559d4.tar.gz
gnome3-d457a4e0402ab9715782b05a0183838f075559d4.tar.bz2
gnome3-d457a4e0402ab9715782b05a0183838f075559d4.tar.xz
gnome3-d457a4e0402ab9715782b05a0183838f075559d4.zip
gjs 1.29.0-1 compilation sur 1thread
Diffstat (limited to 'gjs')
-rw-r--r--gjs/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gjs/Pkgfile b/gjs/Pkgfile
index c0adcfb..a0fdba0 100644
--- a/gjs/Pkgfile
+++ b/gjs/Pkgfile
@@ -12,9 +12,10 @@ release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
+ unset MAKEFLAGS
cd $name-$version
sed -i 's|python|python2|' scripts/make-tests
./configure --prefix=/usr
- make
+ make -j1
make DESTDIR=$PKG install
}