mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user