summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothée Ravier2014-01-20 18:50:44 +0100
committerTimothée Ravier2014-01-20 18:50:44 +0100
commit88c94620cc5047545b7f0b7aad9e8d637c39cb59 (patch)
treec5acbff15268be9dc42bec5c0f6b36b5448a3ff4 /PKGBUILD
parent8211ed81ff0c4f600b921720a25e0392827c1716 (diff)
downloadaur-88c94620cc5047545b7f0b7aad9e8d637c39cb59.tar.gz
libsepol 2.2-2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5057d3e5ef0b..cab1925ff345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libsepol
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
@@ -26,6 +26,9 @@ package(){
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" LIBDIR="${pkgdir}"/usr/lib SHLIBDIR="${pkgdir}"/usr/lib install
+ # Those are removed in Fedora
+ rm -r "${pkgdir}"/usr/bin/chkcon "${pkgdir}"/usr/share/man
+
# /lib/lisepol.so fix
cd "${pkgdir}"/usr/lib
rm libsepol.so