mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
Fix wrong Strip with 64/32 in linux driver addons
This commit is contained in:
parent
95b9e1ff97
commit
c555d2facb
@ -562,7 +562,7 @@ install_driver_addon_files() {
|
||||
mkdir -p $PKG_MODULE_DIR
|
||||
find $@ -name \*.ko -exec cp {} $PKG_MODULE_DIR \;
|
||||
|
||||
find $PKG_MODULE_DIR -name \*.ko -exec $STRIP --strip-debug {} \;
|
||||
find $PKG_MODULE_DIR -name \*.ko -exec ${TARGET_KERNEL_PREFIX}strip --strip-debug {} \;
|
||||
|
||||
mkdir -p $PKG_ADDON_DIR
|
||||
cp $PKG_DIR/changelog.txt $PKG_ADDON_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user