RTL8192CU: use unified /usr

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

View File

@ -45,6 +45,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
} }