mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/weston: fix pkgconfig path
This commit is contained in:
parent
864e868fb3
commit
17671e17c2
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user