Commit 8c5e6af5 authored by unknown's avatar unknown
Browse files

- 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"
parent 451ec64d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 \
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ pkgdata_DATA = my-small.cnf \

pkgdata_SCRIPTS =	mysql.server

noinst_DATA = mysql-@VERSION@.spec \
			MySQL-shared-compat.spec

CLEANFILES =		my-small.cnf \
			my-medium.cnf \
			my-large.cnf \