summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2016-07-27 18:28:40 +0200
committerGuilhem Saurel2016-07-27 18:28:40 +0200
commit9214407f6a3c815c7aecd887060a256c770d4f66 (patch)
tree69c96c386ff3d00334e50b710d2c85007c73f8d7
parent24877596804135ebf625955edd94bafe5acf2210 (diff)
downloadaur-9214407f6a3c815c7aecd887060a256c770d4f66.tar.gz
forgotten DESTDIR
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639680059669..6ff5c58f74d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eigenpy
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/eigenpy"
@@ -20,5 +20,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make install
+ make DESTDIR="$pkgdir/" install
}