summaryrefslogtreecommitdiffstats
path: root/extra/gnuchess/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnuchess/Pkgfile')
-rw-r--r--extra/gnuchess/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gnuchess/Pkgfile b/extra/gnuchess/Pkgfile
index 796da283f..2ee3bfb67 100644
--- a/extra/gnuchess/Pkgfile
+++ b/extra/gnuchess/Pkgfile
@@ -17,7 +17,7 @@ build() {
patch -Np1 -i ../gnuchess-gcc4.patch
patch -Np0 -i ../gnuchess-glibc210.patch
./configure --prefix=/usr
- make -j3
+ make
make prefix=$PKG/usr install
}