diff options
author | unknown <tim@work.mysql.com> | 2001-10-09 03:04:32 +0200 |
---|---|---|
committer | unknown <tim@work.mysql.com> | 2001-10-09 03:04:32 +0200 |
commit | ac473f87396b52b41f5bca4028cb2cce425d9e3a (patch) | |
tree | d2bcbba3c2b8db6a7d8bead90b0567051ec07b6e /support-files | |
parent | 1c64f355b4e0bb7a709dd850857a9bb41b11d09c (diff) | |
download | mariadb-git-ac473f87396b52b41f5bca4028cb2cce425d9e3a.tar.gz |
mysql.spec.sh fix typo in embedded section
Do-rpm remove the file before doing a cp
Do-rpm print out the log file name
Build-tools/Do-rpm:
remove the file before doing a cp
print out the log file name
support-files/mysql.spec.sh:
fix typo in embedded section
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 e62b8e84f9b..fcce92def24 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -148,7 +148,7 @@ Summary(pt_BR): MySQL - Medições de desempenho Group(pt_BR): Aplicações/Banco_de_Dados Obsoletes: embedded -%description devel +%description embedded This package contains the MySQL server as library. %{see_base} |