summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xextra/hugin/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/hugin/Pkgfile b/extra/hugin/Pkgfile
index 91e961679..25d10e9ad 100755
--- a/extra/hugin/Pkgfile
+++ b/extra/hugin/Pkgfile
@@ -21,7 +21,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-DENABLE_LAPACK=yes
- make -j3
+ make
make DESTDIR=$PKG install
}