From 48b1ec9c11cbc01123374b71175fdbf0c346efbc Mon Sep 17 00:00:00 2001 From: Victor Ryzhikh Date: Fri, 10 Nov 2023 17:35:36 +0000 Subject: [PATCH] /usr move --- mariadb.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 2bec5e5..8312f1e 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -474,11 +474,6 @@ filelist_excludes() #%%cmake_install benchdir_root=%{_datadir}/ %makeinstall_std -C build -# ROSA: relocate from /usr/lib to /lib -mkdir -p %{buildroot}%{_unitdir} -mv -v %{buildroot}/usr/lib/systemd/system/* %{buildroot}%{_unitdir} -rm -fvr %{buildroot}/usr/lib/systemd/system - # Logrotate file should be named as the package if [ ! -e %{buildroot}%{_sysconfdir}/logrotate.d/mysql ]; then # some versions do not install it automatically