diff options
author | jperkin/jonathan@chorlton.adsl.perkin.org.uk <> | 2008-01-02 13:00:46 +0000 |
---|---|---|
committer | jperkin/jonathan@chorlton.adsl.perkin.org.uk <> | 2008-01-02 13:00:46 +0000 |
commit | e286ac998c4225fbafb5016717a6bf8c979b314c (patch) | |
tree | b1dedaef1967d82e3895fb62bd42528e72bf2c0b /scripts/Makefile.am | |
parent | f988a7e600b2eb997d0211ee0c9e7cb436fd260a (diff) | |
download | mariadb-git-e286ac998c4225fbafb5016717a6bf8c979b314c.tar.gz |
Use pkglibdir to simplify pkgplugindir, and fix the path in a
couple of Makefiles. Continuation of the fix for bug#31736.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8669e075959..73c22031990 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -90,7 +90,7 @@ CLEANFILES = @server_scripts@ \ mysql_tableinfo \ mysqld_multi -pkgplugindir = $(libdir)/@PACKAGE@/plugin +pkgplugindir = $(pkglibdir)/plugin # Default same as 'pkgdatadir', but we can override it pkgsuppdir = $(datadir)/@PACKAGE@ |