mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
40760f1909
commit
83a0352cbc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user