wlan-firmware: use unified /usr

This commit is contained in:
Lukas Rusak
2016-12-04 13:23:44 -08:00
parent 2a0e3db397
commit 36229de2ae

View File

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