diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:27:58 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:27:58 +0200 |
commit | d0366e9dfe417e8584e563a1a0445db027d2cbc5 (patch) | |
tree | 4b83ac3fa3d4aa2bef2bc7ea6dcf5afb78fd03b1 /extra/autopano-sift-c | |
parent | bcb11ba1cea47e3fd9214826c1477fd1e5e757ca (diff) | |
download | nutyx-pakxe-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.gz nutyx-pakxe-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.bz2 nutyx-pakxe-d0366e9dfe417e8584e563a1a0445db027d2cbc5.tar.xz nutyx-pakxe-d0366e9dfe417e8584e563a1a0445db027d2cbc5.zip |
Ajustement de make de autopano-sift-c
Diffstat (limited to 'extra/autopano-sift-c')
-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 } |