mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
p7zip: workaround for absolute path
This commit is contained in:
parent
36acaf38bc
commit
8832c32c90
@ -1,5 +1,6 @@
|
||||
114
|
||||
- added ytop
|
||||
- fixed 7z
|
||||
- updated diffutils to 3.7
|
||||
- updated efibootmgr to 2020-04-27
|
||||
- updated evtest to 1.34
|
||||
|
@ -133,8 +133,9 @@ addon() {
|
||||
cp -P $(get_install_dir nmon)/usr/bin/nmon $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
||||
# p7zip
|
||||
cp -P $(get_install_dir p7zip)/usr/bin/{7z,7za,7z.so} $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -PR $(get_install_dir p7zip)/usr/bin/Codecs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib/p7zip
|
||||
cp -P $(get_install_dir p7zip)/usr/bin/{7z,7za,7z.so} $ADDON_BUILD/$PKG_ADDON_ID/lib/p7zip
|
||||
cp -PR $(get_install_dir p7zip)/usr/bin/Codecs $ADDON_BUILD/$PKG_ADDON_ID/lib/p7zip
|
||||
|
||||
# patch
|
||||
cp -P $(get_install_dir patch)/usr/bin/patch $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
2
packages/addons/tools/system-tools/source/bin/7z
Normal file
2
packages/addons/tools/system-tools/source/bin/7z
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /storage/.kodi/addons/virtual.system-tools/lib/p7zip/7z "$@"
|
2
packages/addons/tools/system-tools/source/bin/7za
Normal file
2
packages/addons/tools/system-tools/source/bin/7za
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /storage/.kodi/addons/virtual.system-tools/lib/p7zip/7za "$@"
|
Loading…
x
Reference in New Issue
Block a user