mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
tree: fix
This commit is contained in:
parent
4fd124c06c
commit
ddc4ef8ab6
@ -8,8 +8,8 @@
|
||||
|
||||
if [ "${1}" = "late" ]; then
|
||||
echo "Installing addon remotefs - ${1}"
|
||||
mkdir -p "/tmpRoot/usr/rr/addons/"
|
||||
cp -vf "${0}" "/tmpRoot/usr/rr/addons/"
|
||||
mkdir -p "/tmpRoot/usr/arc/addons/"
|
||||
cp -vf "${0}" "/tmpRoot/usr/arc/addons/"
|
||||
|
||||
SO_FILE="/tmpRoot/usr/lib/libsynosdk.so.7"
|
||||
if [ -f "${SO_FILE}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user