mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-30 01:52:20 +02:00
testing/libxml++: fix path for .pc file
This commit is contained in:
parent
b640568562
commit
302fcbb7f0
@ -21,7 +21,7 @@ build() {
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 "$srcdir"/$pkgname-${pkgver%.[0-9]*}.pc "$pkgdir"/usr/lib/pkgconfig/${pkgname%.[0-9]*}.pc
|
||||
install -Dm644 $pkgname-${pkgver%.[0-9]*}.pc "$pkgdir"/usr/lib/pkgconfig/${pkgname%.[0-9]*}.pc
|
||||
}
|
||||
|
||||
check() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user