testing/libnih: install under /usr/lib

It is used by upstart and cgmanager, which both are under the /usr
hierarchy, so there's no need to have their dependency outside of it
This commit is contained in:
Pablo Correa Gómez 2024-09-04 13:40:44 +02:00 committed by Natanael Copa
parent 40760f1909
commit 83a0352cbc

View file

@ -2,7 +2,7 @@
# Maintainer:
pkgname=libnih
pkgver=1.0.3
pkgrel=6
pkgrel=7
pkgdesc="glib-like library for embedded use"
url="https://launchpad.net/libnih"
arch="all"
@ -30,7 +30,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--libdir=/lib \
--libdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-nls