summaryrefslogtreecommitdiff
path: root/support-files/Makefile.am
diff options
context:
space:
mode:
authortim@threads.polyesthetic.msg <>2001-02-01 20:49:04 -0500
committertim@threads.polyesthetic.msg <>2001-02-01 20:49:04 -0500
commitbcd6abea6decaedc7ed3335cbcb26c869caed361 (patch)
treeda5df29683c61c981d50c49d190f7ddc471786c5 /support-files/Makefile.am
parenta066832c282a58aa69ece7aeb52a7b7915ce0e31 (diff)
downloadmariadb-git-bcd6abea6decaedc7ed3335cbcb26c869caed361.tar.gz
Use INSTALL_DATA instead of cp.
mysql.server is a script, not data.
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r--support-files/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index 2f997526e05..a9c85c2a6bd 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -33,9 +33,10 @@ pkgdata_DATA = my-small.cnf \
my-huge.cnf \
mysql-log-rotate \
mysql-@VERSION@.spec \
- mysql.server \
binary-configure
+pkgdata_SCRIPTS = mysql.server
+
CLEANFILES = my-small.cnf \
my-medium.cnf \
my-large.cnf \