mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #8309 from HiassofT/le11-udevil-conf
[le11] udevil: support custom udevil.conf in /storage/.config
This commit is contained in:
commit
334ab81cc8
@ -23,6 +23,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