summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-09-26 20:19:33 +0200
committerkent@mysql.com/kent-amd64.(none) <>2007-09-26 20:19:33 +0200
commit18acdc7581148c362d0d66d6c78ded9bd0e3e471 (patch)
treeb4ba6e88cb9375177f5fe55d16e011c50941e6f8 /support-files
parent6e06cb855ffec497f96ae8512c5a3e13051b6ad0 (diff)
downloadmariadb-git-18acdc7581148c362d0d66d6c78ded9bd0e3e471.tar.gz
make_binary_distribution.sh:
Use 'make install' to create the package Makefile.am: Added 'pkgsuppdir' to control location separately Pass on mandir and infodir Don't install headers
Diffstat (limited to 'support-files')
-rw-r--r--support-files/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am
index 36dcd36e25b..056a61f2e2a 100644
--- a/support-files/Makefile.am
+++ b/support-files/Makefile.am
@@ -34,7 +34,10 @@ EXTRA_DIST = mysql.spec.sh \
SUBDIRS = MacOSX RHEL4-SElinux
-pkgdata_DATA = my-small.cnf \
+# Default same as 'pkgdatadir', but we can override it
+pkgsuppdir = $(datadir)/@PACKAGE@
+
+pkgsupp_DATA = my-small.cnf \
my-medium.cnf \
my-large.cnf \
my-huge.cnf \
@@ -43,7 +46,7 @@ pkgdata_DATA = my-small.cnf \
binary-configure \
ndb-config-2-node.ini
-pkgdata_SCRIPTS = mysql.server \
+pkgsupp_SCRIPTS = mysql.server \
mysqld_multi.server
aclocaldir = $(datadir)/aclocal