summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Ammann2015-12-21 21:57:29 +0100
committerMax Ammann2015-12-21 21:57:29 +0100
commit2525819fea921973a0264d987853136a7336f246 (patch)
tree02b02ce8d5d729b759c07e125faa114185ccee31
parent414bf92aa1ad267b88201b3e497bc76dfb7cc055 (diff)
downloadaur-2525819fea921973a0264d987853136a7336f246.tar.gz
Fixed prefix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79bf9932149..132d94d30eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 20:51:14 UTC 2015
+# Mon Dec 21 20:57:16 UTC 2015
pkgbase = srmio
pkgdesc = library + command line tools to access a "Schoberer Rad Messtechnik" PowerControl V, VI and 7 + read/write their files
pkgver = 0.1.1~git1
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
}