mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #8308 from HiassofT/le12-udevil-conf
udevil: support custom udevil.conf in /storage/.config
This commit is contained in:
commit
0d2323eb31
@ -24,6 +24,7 @@ makeinstall_target() {
|
|||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p ${INSTALL}/etc/udevil
|
mkdir -p ${INSTALL}/etc/udevil
|
||||||
cp ${PKG_DIR}/config/udevil.conf ${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
|
mkdir -p ${INSTALL}/usr/bin
|
||||||
cp -PR src/udevil ${INSTALL}/usr/bin
|
cp -PR src/udevil ${INSTALL}/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user