[packages/mysql] - fix plugin dir (otherwise /usr/usr/lib...)
arekm
arekm at pld-linux.org
Sat Sep 6 22:42:39 CEST 2014
commit c864c7db06bd22d038344a8c50c86eb8a5a7e022
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Sep 6 22:42:36 2014 +0200
- fix plugin dir (otherwise /usr/usr/lib...)
mysql.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 1ee5d12..8f80e3d 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -556,7 +556,7 @@ cd build
-DINSTALL_LAYOUT=RPM \
-DINSTALL_LIBDIR=%{_lib} \
-DINSTALL_MYSQLTESTDIR_RPM="" \
- -DINSTALL_PLUGINDIR=%{_libdir}/%{name}/plugin \
+ -DINSTALL_PLUGINDIR=%{_lib/%{name}/plugin \
-DINSTALL_SQLBENCHDIR=%{_datadir} \
-DINSTALL_SUPPORTFILESDIR=share/%{_orgname}-support \
-DINSTALL_MYSQLSHAREDIR=share/%{_orgname} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/c864c7db06bd22d038344a8c50c86eb8a5a7e022
More information about the pld-cvs-commit
mailing list