[packages/percona-server/v5.5.x: 6/9] - fix plugin dir (otherwise /usr/usr/lib...)

glen glen at pld-linux.org
Wed Oct 21 16:08:43 CEST 2015


commit 3b091291d8240c42b91e4561c340c042a3a2e43e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Sep 6 22:43:06 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 249f5b4..cccc6bb 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -546,7 +546,7 @@ cp -a %{SOURCE15} libmysql/libmysql.version
 	-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/percona-server.git/commitdiff/52fc103f75fe04c89ffadcf2846938255ccc71ea



More information about the pld-cvs-commit mailing list