main/telepathy-qt: fix lib install location (!742)

This commit is contained in:
Bart Ribbers 2019-11-14 14:20:27 +01:00
parent a92c06bfea
commit d73bb462b8
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=telepathy-qt
pkgver=0.9.8
pkgrel=0
pkgrel=1
arch="all"
url="http://telepathy.freedesktop.org/wiki/"
license="LGPL-2.1-or-later"
@ -17,6 +17,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DDESIRED_QT_VERSION=5 \
-DENABLE_EXAMPLES=OFF \