diff options
author | unknown <lenz@mysql.com> | 2003-09-01 12:25:39 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-09-01 12:25:39 +0200 |
commit | c8e41b5da46cfaf97c19c5f91315e9bdc5c12237 (patch) | |
tree | 65da3887f93377c841caed2754d63fd053ffa47d /support-files | |
parent | 0683244c1ff89dff8fb0577267db26c6deaa946e (diff) | |
download | mariadb-git-c8e41b5da46cfaf97c19c5f91315e9bdc5c12237.tar.gz |
- added a missing %define in the RPM spec file
(thanks to Haakon Innerdal for spotting this one)
support-files/mysql.spec.sh:
- added a missing %define
(thanks to Haakon Innerdal for spotting this one)
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 8ae1c999f91..ffc74c7559d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -5,7 +5,7 @@ # We don't package all files installed into the build root by intention - # See BUG#998 for details. -%_unpackaged_files_terminate_build 0 +%define _unpackaged_files_terminate_build 0 %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com |