RTL8188EU: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:41 -08:00
parent ca468b48ff
commit 5444e62c66
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -47,6 +47,6 @@ make_target() {
} }
makeinstall_target() { makeinstall_target() {
mkdir -p $INSTALL/lib/modules/$(get_module_dir)/$PKG_NAME mkdir -p $INSTALL/usr/lib/modules/$(get_module_dir)/$PKG_NAME
cp *.ko $INSTALL/lib/modules/$(get_module_dir)/$PKG_NAME cp *.ko $INSTALL/usr/lib/modules/$(get_module_dir)/$PKG_NAME
} }