mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
||||
pkgname=libsepol
|
||||
pkgver=3.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="SELinux binary policy manipulation library"
|
||||
url="https://github.com/SELinuxProject/selinux/wiki"
|
||||
arch="all"
|
||||
@ -14,11 +14,11 @@ source="https://github.com/SELinuxProject/selinux/releases/download/$pkgver/libs
|
||||
"
|
||||
|
||||
build() {
|
||||
make
|
||||
make SHLIBDIR="/usr/lib"
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
make SHLIBDIR="/usr/lib" DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user