summaryrefslogtreecommitdiff
path: root/pcr/libxtrxll/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/libxtrxll/PKGBUILD')
-rw-r--r--pcr/libxtrxll/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/libxtrxll/PKGBUILD b/pcr/libxtrxll/PKGBUILD
index b5016780e..8633aa327 100644
--- a/pcr/libxtrxll/PKGBUILD
+++ b/pcr/libxtrxll/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgname=libxtrxll
pkgver=r32.g9106b98
-pkgrel=1
+pkgrel=2
pkgdesc="Low level XTRX hardware abstraction library"
url="https://github.com/xtrx-sdr/libxtrxll"
arch=('armv7h' 'i686' 'x86_64')
@@ -30,6 +30,7 @@ build() {
cmake \
-DFORCE_ARCH=$ARCH \
+ -DCMAKE_INSTALL_PREFIX=/usr \
../
make
}