brcmfmac_sdio-firmware-aml: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-06 11:27:06 -08:00
parent 891178a938
commit 1e0fdf2eb8
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -0,0 +1,14 @@
diff -Naur a/Makefile b/Makefile
--- a/Makefile 2014-10-07 14:00:34.000000000 -0700
+++ b/Makefile 2016-12-06 11:24:34.855522455 -0800
@@ -15,8 +15,8 @@
install:
mkdir -p $(DESTDIR)/usr/bin
cp -P $(PROG) $(DESTDIR)/usr/bin
- mkdir -p $(DESTDIR)/lib/firmware
- cp -PR firmware/brcm $(DESTDIR)/lib/firmware/
+ mkdir -p $(DESTDIR)/usr/lib/firmware
+ cp -PR firmware/brcm $(DESTDIR)/usr/lib/firmware/
clean:
rm -f $(PROG)