summaryrefslogtreecommitdiffstats
path: root/extra/autopano-sift-c/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:27:58 +0200
committersibel <lesibel@free.fr>2010-09-08 08:27:58 +0200
commitd0366e9dfe417e8584e563a1a0445db027d2cbc5 (patch)
tree4b83ac3fa3d4aa2bef2bc7ea6dcf5afb78fd03b1 /extra/autopano-sift-c/Pkgfile
parentbcb11ba1cea47e3fd9214826c1477fd1e5e757ca (diff)
downloadnutyx-extra-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.gz
nutyx-extra-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.bz2
nutyx-extra-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.xz
nutyx-extra-d0366e9dfe417e8584e563a1a0445db027d2cbc5.zip
Ajustement de make de autopano-sift-c
Diffstat (limited to 'extra/autopano-sift-c/Pkgfile')
-rwxr-xr-xextra/autopano-sift-c/Pkgfile2
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
}