summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRober Morales-Chaparro2016-10-22 15:17:56 +0200
committerRober Morales-Chaparro2016-10-22 15:17:56 +0200
commit1809c009bbd46f2af17864261625483210b170de (patch)
tree4312586df26e434f993f3132ab9a947a38025331
parent63443fa4cd2ced66589781a8633d8a2296d09469 (diff)
downloadaur-1809c009bbd46f2af17864261625483210b170de.tar.gz
fix installation on fhs directories
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16b534e08c8..71fa471bb441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openmpi-git
pkgdesc = High Performance Message Passing Library (MPI)
pkgver = 3.0.0.a1.r25968.r4a65b19
- pkgrel = 1
+ pkgrel = 2
url = https://www.open-mpi.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 80648247df35..5b554cbf6606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rober Morales-Chaparro <rober.morales@gmail.com>
pkgname=openmpi-git
pkgver=3.0.0.a1.r25968.r4a65b19
-pkgrel=1
+pkgrel=2
pkgdesc="High Performance Message Passing Library (MPI)"
arch=('i686' 'x86_64')
url="https://www.open-mpi.org/"
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "$srcdir/${pkgname%-git}"
./autogen.pl
- ./configure --prefix=/usr/local/
+ ./configure --prefix=/usr/
make
}