mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
udevil: support custom udevil.conf in /storage/.config
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
35fd362421
commit
e66a2437a4
@ -24,6 +24,7 @@ makeinstall_target() {
|
||||
post_makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/etc/udevil
|
||||
cp ${PKG_DIR}/config/udevil.conf ${INSTALL}/etc/udevil
|
||||
ln -sf /storage/.config/udevil.conf ${INSTALL}/etc/udevil/udevil-user-root.conf
|
||||
|
||||
mkdir -p ${INSTALL}/usr/bin
|
||||
cp -PR src/udevil ${INSTALL}/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user