summaryrefslogtreecommitdiff
path: root/support-files
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
commit0187562f0171f0eb411e384024b5dd73736a6a70 (patch)
treebf17f24884767f7e6b3910ed648cb3e2fd588b8e /support-files
parente32c25628793455b7537022d679f8a80913edd4f (diff)
downloadmariadb-git-0187562f0171f0eb411e384024b5dd73736a6a70.tar.gz
fix
Diffstat (limited to 'support-files')
-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}