diff options
author | unknown <lenz@mysql.com> | 2004-07-14 09:10:49 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-07-14 09:10:49 +0200 |
commit | 8f97c1232ddd4b823a87914a52a5b35eb7ca0e28 (patch) | |
tree | 7f1002456c2c59cbdaa339d96eea47e426c476f1 /support-files/MacOSX | |
parent | 4b294ccdd3118abcf5799d91bc97a0b630b8a4a1 (diff) | |
download | mariadb-git-8f97c1232ddd4b823a87914a52a5b35eb7ca0e28.tar.gz |
- fixed file name of the MySQL startup item script to MySQLCOM,
so it's included in the source distribution
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am index ff16fa3235a..6babcf97b7a 100644 --- a/support-files/MacOSX/Makefile.am +++ b/support-files/MacOSX/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = Info.plist.sh \ postinstall.sh \ preinstall.sh \ ReadMe.txt \ - MySQL \ + MySQLCOM \ StartupItem.Description.plist \ StartupItem.Info.plist \ StartupItem.postinstall |