diff options
author | unknown <df@kahlann.erinye.com> | 2006-12-07 15:02:32 +0100 |
---|---|---|
committer | unknown <df@kahlann.erinye.com> | 2006-12-07 15:02:32 +0100 |
commit | c29d22c96dd972c890cce5fc3a27138c50a4ce37 (patch) | |
tree | 9929a44698f605d5a19f1cb2617b2968df1091e3 /scripts/Makefile.am | |
parent | 5f2e2a5c5c3a1c97f4fdc0ad37f9c836efc2b467 (diff) | |
download | mariadb-git-c29d22c96dd972c890cce5fc3a27138c50a4ce37.tar.gz |
BUG#24780 use --sysconfdir in scripts
scripts/Makefile.am:
pass --sysconfdir to scripts
scripts/mysqlaccess.sh:
use --sysconfdir instead of hardcoded /etc
scripts/mysqld_multi.sh:
use --sysconfdir instead of hardcoded /etc
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 30ba75c551d..0f8e80b4efa 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -111,6 +111,7 @@ SUFFIXES = .sh -e 's!@''pkglibdir''@!$(pkglibdir)!g' \ -e 's!@''pkgincludedir''@!$(pkgincludedir)!g' \ -e 's!@''pkgdatadir''@!$(pkgdatadir)!g' \ + -e 's!@''sysconfdir''@!$(sysconfdir)!g' \ -e 's!@''CC''@!@CC@!'\ -e 's!@''CXX''@!@CXX@!'\ -e 's!@''GXX''@!@GXX@!'\ |