mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/libsepol: move library from /lib to /usr/lib
This commit is contained in:
parent
5c18c2954b
commit
c367075ce2
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=libsepol
|
pkgname=libsepol
|
||||||
pkgver=3.6
|
pkgver=3.6
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="SELinux binary policy manipulation library"
|
pkgdesc="SELinux binary policy manipulation library"
|
||||||
url="https://github.com/SELinuxProject/selinux/wiki"
|
url="https://github.com/SELinuxProject/selinux/wiki"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -14,11 +14,11 @@ source="https://github.com/SELinuxProject/selinux/releases/download/$pkgver/libs
|
|||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make
|
make SHLIBDIR="/usr/lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make SHLIBDIR="/usr/lib" DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
Loading…
Reference in New Issue
Block a user