diff options
author | msvensson@shellback.(none) <> | 2006-09-20 09:28:12 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-09-20 09:28:12 +0200 |
commit | 91844fb81ffc3e00668eda3dbc90c580dd411946 (patch) | |
tree | f67632b1a99f385312e589b8d75c16ee10289546 /support-files | |
parent | d554ee8dbb4ac9a7dbd1516a8ca6ea2a94c52269 (diff) | |
download | mariadb-git-91844fb81ffc3e00668eda3dbc90c580dd411946.tar.gz |
Bug#19738 "make install" tries to build files that "make" should already have built
- Move comp_err to EXTRA_PROGRAMS, it will not be installed from 5.1 and up.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 20bfd7188d2..618886fe858 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -640,7 +640,6 @@ fi %defattr(-, root, root, 0755) %doc mysql-release-%{mysql_version}/EXCEPTIONS-CLIENT %doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1* -%attr(755, root, root) %{_bindir}/comp_err %attr(755, root, root) %{_bindir}/mysql_config %dir %attr(755, root, root) %{_includedir}/mysql %dir %attr(755, root, root) %{_libdir}/mysql |