summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2020-09-13 21:57:00 +0200
committerMartin Dünkelmann2020-09-13 21:57:00 +0200
commitfb7a52f6e64755e8ac738c63577c60b8c3dc0a38 (patch)
tree179169eb0a2b17685ce4d1e0dcb6a4cf4a396fc7
parent5287a34c0b8ca37e0e5486830b687262e86135a9 (diff)
downloadaur-fb7a52f6e64755e8ac738c63577c60b8c3dc0a38.tar.gz
Fixed build error
error: failed to commit transaction (conflicting files) libthinkpad-git: /usr/lib64 exists in filesystem (owned by filesystem)
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edeeec63675d..a2bab03c92a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: smlb <smlb at riseup dot net>
+# Maintainer: Martin Dünkelmann <nc-duenkekl3 at netcologne.de>
+# Contributor: smlb <smlb at riseup dot net>
pkgname=libthinkpad-git
pkgver=2.3.r11.g0a7a74d
@@ -26,7 +27,7 @@ pkgver() {
build () {
cd "$srcdir/$_gitname"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB=lib
make
}