Skip to content

Commit

Permalink
udevil: support custom udevil.conf in /storage/.config
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT committed Nov 10, 2023
1 parent 35fd362 commit e66a243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sysutils/udevil/package.mk
Original file line number Diff line number Diff line change
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 e66a243

Please sign in to comment.