summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-07-13 22:11:33 +0200
committerlenz@mysql.com <>2004-07-13 22:11:33 +0200
commit80b363bca0b24098f45586759f18a424b477ed9d (patch)
tree3c26d543efdc6b5af4d98c499f114cbbc0f4ec4e /Build-tools
parent9b93534c2fa38621db9eb083626960bf8e0bcbef (diff)
downloadmariadb-git-80b363bca0b24098f45586759f18a424b477ed9d.tar.gz
- Fixed a previous modification to the MySQL Startup Item for
Mac OS X: the name of the startup script itself must match the name of the subdirectory it's located in. Changed MySQL->MySQLCOM in the Do-pkg script and renamed the file in BK. (Thanks to Bryan McCormack for reporting this)
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-pkg b/Build-tools/Do-pkg
index 286e33f6dd4..b9df444a4ba 100755
--- a/Build-tools/Do-pkg
+++ b/Build-tools/Do-pkg
@@ -96,7 +96,7 @@ $SI_PARAMS= <$SUPFILEDIR/StartupParameters.plist>;
$SI_POST= <$SUPFILEDIR/StartupItem.postinstall>;
$SI_NAME= "MySQLStartupItem";
$SI_DIR_NAME= "MySQLCOM";
-$SI_SCRIPT= <$SUPFILEDIR/MySQL>;
+$SI_SCRIPT= <$SUPFILEDIR/MySQLCOM>;
@RESOURCES= qw/ ReadMe.txt postinstall preinstall /;
@LICENSES= ("$SRCBASEDIR/COPYING","$SRCBASEDIR/MySQLEULA.txt");