summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Ammann2015-12-21 21:57:29 +0100
committerMax Ammann2015-12-21 21:57:29 +0100
commit2525819fea921973a0264d987853136a7336f246 (patch)
tree02b02ce8d5d729b759c07e125faa114185ccee31 /PKGBUILD
parent414bf92aa1ad267b88201b3e497bc76dfb7cc055 (diff)
downloadaur-2525819fea921973a0264d987853136a7336f246.tar.gz
Fixed prefix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec6741395cec..a2a6a44eed94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ md5sums=(badca33309f469930e13a7d40ea6eadf)
build() {
cd "${srcdir}/srmio-$pkgver/"
- ./configure
+ ./configure --prefix=/usr/
make -j8
}