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 | c6418ba9e2ab1c3e91d76a5a5599c3e28dadafc7 (patch) | |
tree | 7f1002456c2c59cbdaa339d96eea47e426c476f1 /support-files/MacOSX | |
parent | 72fae360604bd492a4f1a53c850d65cd4c18a764 (diff) | |
download | mariadb-git-c6418ba9e2ab1c3e91d76a5a5599c3e28dadafc7.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 |