Dominique Leuenberger 2020-11-11 19:47:22 +00:00 committed by Git OBS Bridge
commit a68f64dac7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 19 13:00:22 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- use %_firmwaredir
-------------------------------------------------------------------
Mon Feb 3 15:49:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -43,6 +43,7 @@ install -d %{buildroot}%{_prefix}/lib/systemd/system/
install -p -m 644 %{SOURCE0} %{buildroot}%{_prefix}/lib/systemd/system/
install -d %{buildroot}%{_sbindir}/
install -p -m 755 %{SOURCE1} %{buildroot}%{_sbindir}/
sed -i -e 's,/lib/firmware,%{_firmwaredir},' %{buildroot}%{_sbindir}/install_bcm43xx_firmware_wrapper
%post
if lspci -nn|grep -q -i broadcom ; then