diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-04 14:03:10 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-04 14:03:10 +0200 |
commit | 3e13ce61bacb92048c533f33ba588ff6987b1a8c (patch) | |
tree | bf17f24884767f7e6b3910ed648cb3e2fd588b8e /support-files/mysql.spec.sh | |
parent | 81fe0594fd3bc0d0b6fc4fbcac0b85c66866f230 (diff) | |
download | mariadb-git-3e13ce61bacb92048c533f33ba588ff6987b1a8c.tar.gz |
fix
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
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} |