[packages/mysql/MYSQL_5_5] - fix plugin dir (otherwise /usr/usr/lib...)

arekm arekm at pld-linux.org
Sat Sep 6 22:43:09 CEST 2014


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/mysql.git/commitdiff/3b091291d8240c42b91e4561c340c042a3a2e43e



More information about the pld-cvs-commit mailing list