From aae0e965caf8a5da08003b14a735b34b15735daf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Jul 2015 07:20:35 +0000 Subject: main/spice-protocol: fix pkgconfig dir --- main/spice-protocol/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/spice-protocol') diff --git a/main/spice-protocol/APKBUILD b/main/spice-protocol/APKBUILD index b70ce8c116..bb3d7e2ff1 100644 --- a/main/spice-protocol/APKBUILD +++ b/main/spice-protocol/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=spice-protocol pkgver=0.12.8 -pkgrel=0 +pkgrel=1 pkgdesc="Spice protocol header files" url="http://www.spice-space.org/" arch="noarch" @@ -39,7 +39,8 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 + make pkgconfigdir=/usr/lib/pkgconfig DESTDIR="$pkgdir" install \ + || return 1 rm -f "$pkgdir"/usr/lib/*.la } -- cgit v1.2.3