summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-05-04 14:03:10 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-05-04 14:03:10 +0200
commit3e13ce61bacb92048c533f33ba588ff6987b1a8c (patch)
treebf17f24884767f7e6b3910ed648cb3e2fd588b8e /support-files/mysql.spec.sh
parent81fe0594fd3bc0d0b6fc4fbcac0b85c66866f230 (diff)
downloadmariadb-git-3e13ce61bacb92048c533f33ba588ff6987b1a8c.tar.gz
fix
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 0016c456b60..c8d34528a8b 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -472,7 +472,7 @@ ln -s %{_sysconfdir}/init.d/mysql $RBR%{_sbindir}/rcmysql
touch $RBR%{_sysconfdir}/my.cnf
# Install SELinux files in datadir
-install -m 600 $MBD/support-files/RHEL4-SElinux/mysql.{fc,te} \
+install -m 600 $MBD/release/support-files/RHEL4-SElinux/mysql.{fc,te} \
$RBR%{_datadir}/mysql/SELinux/RHEL4
%if %{WITH_TCMALLOC}