diff options
author | unknown <lenz@mysql.com> | 2005-08-11 20:13:12 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-08-11 20:13:12 +0200 |
commit | 8c5e6af57d519005125f6b6c2e886d9b9237ef29 (patch) | |
tree | 8d966e3efd948253f66bcd57d9bbe50e919e87ac /support-files/MacOSX | |
parent | 451ec64db9acb6c4a590b64b5077ca72041e6cdf (diff) | |
download | mariadb-git-8c5e6af57d519005125f6b6c2e886d9b9237ef29.tar.gz |
- Make sure the Mac OS X support files are built, but not installed by "make install" (the previous
change was too drastic) (BUG#12506)
support-files/Makefile.am:
- make sure that the RPM spec files are built, but not installed by "make install"
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am index a4915deccf6..cc22d08daea 100644 --- a/support-files/MacOSX/Makefile.am +++ b/support-files/MacOSX/Makefile.am @@ -28,6 +28,12 @@ EXTRA_DIST = Info.plist.sh \ StartupItem.Info.plist \ StartupItem.postinstall +noinst_DATA = Info.plist \ + Description.plist \ + StartupParameters.plist \ + postinstall \ + preinstall + CLEANFILES = Info.plist \ Description.plist \ StartupParameters.plist \ |