From 83a0352cbcb1868178763fc3b84533ad5a435d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 13:40:44 +0200 Subject: [PATCH] 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 --- testing/libnih/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/libnih/APKBUILD b/testing/libnih/APKBUILD index 8e31534b471..eef1607fbba 100644 --- a/testing/libnih/APKBUILD +++ b/testing/libnih/APKBUILD @@ -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