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