install in %{_datadir}/grub/themes [release 5.11.4-2mamba;Sun Dec 17 2017]
This commit is contained in:
parent
972abedb45
commit
495596002a
@ -2,7 +2,7 @@
|
||||
|
||||
Name: breeze-grub
|
||||
Version: 5.11.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: KDE Plasma 5 Breeze theme for the Grub boot loader
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
@ -26,19 +26,22 @@ KDE Plasma 5 Breeze theme for the Grub boot loader.
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -d %{buildroot}/boot/grub
|
||||
cp -a breeze %{buildroot}/boot/grub
|
||||
install -d %{buildroot}%{_datadir}/grub/themes
|
||||
cp -a breeze %{buildroot}%{_datadir}/grub/themes
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /boot/grub/breeze
|
||||
/boot/grub/breeze/*
|
||||
%dir %{_datadir}/grub/themes/breeze
|
||||
%{_datadir}/grub/themes/breeze/*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Dec 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.4-2mamba
|
||||
- install in %{_datadir}/grub/themes
|
||||
|
||||
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user