]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix plugin dir (otherwise /usr/usr/lib...)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Sep 2014 20:43:06 +0000 (22:43 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Sep 2014 20:43:06 +0000 (22:43 +0200)
mysql.spec

index 249f5b4f6047492a8b9d803bbf3593e7fe1d9e5b..cccc6bb0165918eed35d9ac5c62eb3c95901939b 100644 (file)
@@ -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} \
This page took 0.137263 seconds and 4 git commands to generate.