summaryrefslogtreecommitdiff
path: root/support-files/rpm
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-02-23 10:32:34 +0100
committerSergei Golubchik <serg@mariadb.org>2017-02-27 12:35:10 +0100
commit713d513624a05c8ba4e5c87d90300cc9bce4e015 (patch)
tree81ed9574fc85847622639779f38a3921c4f2cc80 /support-files/rpm
parent831b531895d9a4c0735eaff727acbc28f4e4b412 (diff)
downloadmariadb-git-713d513624a05c8ba4e5c87d90300cc9bce4e015.tar.gz
MDEV-12074 selinux build failure on Fedora 24
Diffstat (limited to 'support-files/rpm')
-rw-r--r--support-files/rpm/server-postin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/rpm/server-postin.sh b/support-files/rpm/server-postin.sh
index 377a752824d..d9f06fa43b8 100644
--- a/support-files/rpm/server-postin.sh
+++ b/support-files/rpm/server-postin.sh
@@ -82,7 +82,7 @@ if [ -f /etc/redhat-release ] ; then
fi
if grep 'CentOS release 6' /etc/redhat-release >/dev/null 2>&1; then
if [ -x /usr/sbin/semodule ] ; then
- /usr/sbin/semodule -i /usr/share/mysql/SELinux/centos6-mariadb.pp
+ /usr/sbin/semodule -i /usr/share/mysql/SELinux/mariadb.pp
fi
fi
fi