summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Kim2019-02-05 22:46:22 +0900
committerJustin Kim2019-02-05 22:46:22 +0900
commit6c810828a6d62d5b4eef831f96b1b17413c81c20 (patch)
treec5b4b78d137addd3ec6d4c85dfa18a01ba12b900 /PKGBUILD
parentecc011171c087b51a0982f2c8b8f9468a49260af (diff)
downloadaur-hawktracer-git.tar.gz
set 'lib' directory explicitly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be9f1a418452..319db90ff107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hawktracer-git
_srcname=hawktracer
-pkgver=0.6.0.r61.ge5b3052
+pkgver=0.7.0.r7.gd7821a7
pkgrel=1
pkgdesc='HawkTracer - a highly portable, low-overhead, configurable profiling tool (git version)'
arch=('i686' 'x86_64')
@@ -28,6 +28,7 @@ build() {
cd build
cmake \
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+ -DCMAKE_INSTALL_LIBDIR:PATH='lib' \
..
cmake --build .