brcmfmac_sdio-firmware-rpi: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:43 -08:00
parent 331560bd33
commit d9923faf46
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -36,7 +36,7 @@ make_target() {
} }
makeinstall_target() { makeinstall_target() {
DESTDIR=$INSTALL ./install DESTDIR=$INSTALL/usr ./install
} }
post_install() { post_install() {