diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-04 15:41:42 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-04 15:41:42 +0200 |
commit | 44a05c19f0d56b5300c3026fc0ec75044f9b291c (patch) | |
tree | fb1669aa5e3c49658f47df3571def205371add9f /support-files | |
parent | 3e13ce61bacb92048c533f33ba588ff6987b1a8c (diff) | |
download | mariadb-git-44a05c19f0d56b5300c3026fc0ec75044f9b291c.tar.gz |
Ok, let's try, one more time
Diffstat (limited to 'support-files')
-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 c8d34528a8b..6f033bc8546 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/release/support-files/RHEL4-SElinux/mysql.{fc,te} \ +install -m 600 $MBD/%{src_dir}/support-files/RHEL4-SElinux/mysql.{fc,te} \ $RBR%{_datadir}/mysql/SELinux/RHEL4 %if %{WITH_TCMALLOC} |