From 10f8ef02b1e254a838c16ce53a39abd9ba341418 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 16 Jun 2020 12:19:45 -0300 Subject: community/libvncserver: install to lib, not lib64 --- community/libvncserver/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/libvncserver/APKBUILD') diff --git a/community/libvncserver/APKBUILD b/community/libvncserver/APKBUILD index 89d9abb4c4e..be57c56f4d8 100644 --- a/community/libvncserver/APKBUILD +++ b/community/libvncserver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=libvncserver pkgver=0.9.13 -pkgrel=0 +pkgrel=1 pkgdesc="Library to make writing a vnc server easy" url="http://libvncserver.sourceforge.net/" arch="all" @@ -45,6 +45,7 @@ build() { cmake \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=ON \ -DWITH_ZLIB=ON \ -DWITH_LZO=ON \ -- cgit v1.2.3