modify the usage of hardlink

This commit is contained in:
small_leek 2020-07-25 11:54:32 +08:00
parent d53f9687b6
commit fdf7fed7ea

View File

@ -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 <xisenlin1@huawei.com> - 5.50.0-3
- modify the usage of hardlink: hardlink is provided by util-linux
* Thu Mar 5 2020 dingyiming <dingyiming3@huawei.com> - 5.50.0-2
- Package init