[mariadb] get the path right for the solaris bits

Dennis Gilmore ausil at fedoraproject.org
Wed Jul 24 18:01:35 UTC 2013


commit 8ad2d22359e260ef9fb323e0b5ff9fbd9df3b47f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jul 24 13:01:04 2013 -0500

    get the path right for the solaris bits

 mariadb.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index 0874ab1..e8fe437 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -495,7 +495,7 @@ rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/mysql
 rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/mysql
 
 # remove solaris files
-rm -rf ${RPM_BUILD_ROOT}%{_datadir}/solaris/
+rm -rf ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/
 
 %pre server
 /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :


More information about the scm-commits mailing list