Skip to content

Commit

Permalink
Merge pull request #8308 from HiassofT/le12-udevil-conf
Browse files Browse the repository at this point in the history
udevil: support custom udevil.conf in /storage/.config
  • Loading branch information
chewitt committed Nov 30, 2023
2 parents b4cd033 + e66a243 commit 0d2323e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sysutils/udevil/package.mk
Expand Up @@ -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
Expand Down

0 comments on commit 0d2323e

Please sign in to comment.