Skip to content
Snippets Groups Projects
Verified Commit 85fe9b92 authored by Bryan Zuelly's avatar Bryan Zuelly
Browse files

corrected license location

parent 4af565d2
Branches r9
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ package to enable Bluetooth/Wi-Fi on some Raspberry Pi models.
%install
install -d %{buildroot}%{_fwpath}/brcm
install -d %{buildroot}/usr/share/licenses/%{name}
install -d %{buildroot}/usr/share/licenses/bluez-brcm
cp debian/copyright %{buildroot}/usr/share/licenses/%{name}/
cp debian/copyright %{buildroot}/usr/share/licenses/bluez-brcm/
# Bluetooth for RPi Zero 2W
cp broadcom/BCM43430B0.hcd %{buildroot}%{_fwpath}/brcm/
......@@ -51,7 +51,7 @@ ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.r
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
%files
%license copyright
%license /usr/share/licenses/bluez-brcm/copyright
%{_fwpath}/brcm/*
%changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment