summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sextractor/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sextractor/build.sh b/sextractor/build.sh
index ca9fa3c..4a7f951 100644
--- a/sextractor/build.sh
+++ b/sextractor/build.sh
@@ -22,7 +22,7 @@ esac
./configure --prefix=$PREFIX \
--with-fftw-libdir=$PREFIX/lib \
--with-fftw-incdir=$PREFIX/include \
- "${OPTIONS}"
+ ${OPTIONS}
make -j ${CPU_COUNT}
make install