mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
p7zip: workaround for absolute path
This commit is contained in:
parent
36acaf38bc
commit
8832c32c90
@ -1,5 +1,6 @@
|
|||||||
114
|
114
|
||||||
- added ytop
|
- added ytop
|
||||||
|
- fixed 7z
|
||||||
- updated diffutils to 3.7
|
- updated diffutils to 3.7
|
||||||
- updated efibootmgr to 2020-04-27
|
- updated efibootmgr to 2020-04-27
|
||||||
- updated evtest to 1.34
|
- 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/
|
cp -P $(get_install_dir nmon)/usr/bin/nmon $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||||
|
|
||||||
# p7zip
|
# p7zip
|
||||||
cp -P $(get_install_dir p7zip)/usr/bin/{7z,7za,7z.so} $ADDON_BUILD/$PKG_ADDON_ID/bin
|
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib/p7zip
|
||||||
cp -PR $(get_install_dir p7zip)/usr/bin/Codecs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
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
|
# patch
|
||||||
cp -P $(get_install_dir patch)/usr/bin/patch $ADDON_BUILD/$PKG_ADDON_ID/bin
|
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