summaryrefslogtreecommitdiffstats
path: root/extra/ruby/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ruby/Pkgfile')
-rw-r--r--extra/ruby/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ruby/Pkgfile b/extra/ruby/Pkgfile
index 7f83216c4..3c2b2fec5 100644
--- a/extra/ruby/Pkgfile
+++ b/extra/ruby/Pkgfile
@@ -17,7 +17,7 @@ build() {
./configure --prefix=/usr \
--enable-shared \
--enable-pthread
- make -j3
+ make
make DESTDIR=$PKG install
make DESTDIR=$PKG install-doc
}