aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-29 00:42:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-29 01:16:42 -0300
commit17671e17c2cf5378e48c1933226daf7c6c14c185 (patch)
treef3a854e2cde89751965c1a46064d502b15b29f82 /testing
parent864e868fb32b221449968f9d4458572a6c340cc9 (diff)
downloadaports-17671e17c2cf5378e48c1933226daf7c6c14c185.tar.bz2
aports-17671e17c2cf5378e48c1933226daf7c6c14c185.tar.xz
testing/weston: fix pkgconfig path
Diffstat (limited to 'testing')
-rw-r--r--testing/weston/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/weston/APKBUILD b/testing/weston/APKBUILD
index 659655302b..ac9c18b8e7 100644
--- a/testing/weston/APKBUILD
+++ b/testing/weston/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=weston
pkgver=6.0.1
-pkgrel=0
+pkgrel=1
_libname=lib$pkgname
_libdir=$_libname-${pkgver%%.*}
pkgdesc="The reference Wayland server"
@@ -55,6 +55,9 @@ check() {
package() {
DESTDIR="$pkgdir" ninja -C "$builddir"/build install
+
+ mkdir -p "$pkgdir"/usr/lib
+ mv "$pkgdir"/usr/share/pkgconfig/* "$pkgdir"/usr/lib/pkgconfig/
}
libs() {