diff --git a/community/libsepol/APKBUILD b/community/libsepol/APKBUILD index 4c71bb0eb0f..74ad27d6763 100644 --- a/community/libsepol/APKBUILD +++ b/community/libsepol/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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() {