summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-02-11 19:28:21 +0100
committerÉtienne Deparis2018-02-11 19:28:21 +0100
commit72cf781c7ac09ccb95ff6bfc04bea23d83e1ba43 (patch)
treead49351a6042f1122885965a1760d3c6ee346cf9
parenteb3b2b91508b8367b24ec3049e1a2223d68d7ce3 (diff)
downloadaur-72cf781c7ac09ccb95ff6bfc04bea23d83e1ba43.tar.gz
CMAKE_INSTALL_FULL_LIBDIR seems to be build upon CMAKE_INSTALL_LIBDIR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c95b7ddc348a..d9af1d391e68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Sun Feb 11 18:19:57 UTC 2018
+# Sun Feb 11 18:27:55 UTC 2018
pkgbase = libnitrokey-git
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.2r634.e2e009d
- pkgrel = 1
+ pkgrel = 2
url = https://www.nitrokey.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9303a9b9c8f7..d39dc863afb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libnitrokey-git
_gitname=libnitrokey
pkgver=3.2r634.e2e009d
-pkgrel=1
+pkgrel=2
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
@@ -34,8 +34,7 @@ build() {
-DBUILD_SHARED_LIBS=ON \
-DCOMPILE_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_INSTALL_FULL_LIBDIR=/usr/lib
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}