From fdf7fed7ea6b80fe0b7acd8b015e53c841f8cc99 Mon Sep 17 00:00:00 2001 From: small_leek Date: Sat, 25 Jul 2020 11:54:32 +0800 Subject: [PATCH] modify the usage of hardlink --- breeze-icon-theme.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/breeze-icon-theme.spec b/breeze-icon-theme.spec index 8eb9387..d096e94 100644 --- a/breeze-icon-theme.spec +++ b/breeze-icon-theme.spec @@ -1,6 +1,6 @@ Name: breeze-icon-theme Version: 5.50.0 -Release: 2 +Release: 3 Summary: Breeze icon theme License: LGPLv3+ @@ -49,7 +49,7 @@ cd - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/ +hardlink -c -v %{buildroot}%{_datadir}/icons/ touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache @@ -95,5 +95,8 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || : %changelog +* Sat Jul 25 2020 Senlin - 5.50.0-3 +- modify the usage of hardlink: hardlink is provided by util-linux + * Thu Mar 5 2020 dingyiming - 5.50.0-2 - Package init