mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Use pkglibdir to simplify pkgplugindir, and fix the path in a
couple of Makefiles. Continuation of the fix for bug#31736.
This commit is contained in:

parent
f988a7e600
commit
e286ac998c
@ -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@
|
||||
|
@ -30,8 +30,7 @@
|
||||
# "pkglibdir" is set to the same as "libdir"
|
||||
# "pkgincludedir" is set to the same as "includedir"
|
||||
# "pkgdatadir" is set to the same as "datadir"
|
||||
# "pkgplugindir" is set to "@prefix@/lib/plugin",
|
||||
# normally "$libdir/plugin"
|
||||
# "pkgplugindir" is set to "$pkglibdir/plugin"
|
||||
# "pkgsuppdir" is set to "@prefix@/support-files",
|
||||
# normally the same as "datadir"
|
||||
#
|
||||
|
Reference in New Issue
Block a user