diff options
Diffstat (limited to 'extra/autopano-sift-c/Pkgfile')
-rwxr-xr-x | extra/autopano-sift-c/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/autopano-sift-c/Pkgfile b/extra/autopano-sift-c/Pkgfile index a86fa1670..923cb5aa7 100755 --- a/extra/autopano-sift-c/Pkgfile +++ b/extra/autopano-sift-c/Pkgfile @@ -12,7 +12,7 @@ source=( http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-$ver build() { cd autopano-sift-C-$version cmake -DCMAKE_INSTALL_PREFIX=/usr - make -j3 + make make DESTDIR=$PKG install } |