Skip to content

Commit

Permalink
Set discover executable during install
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed Oct 28, 2024
1 parent f953954 commit 2694eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions linInstall
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ ${SUDO} chmod 644 ${ROON}/etc/* \
${ROON}/patches/roon-web-controller/*
${SUDO} chmod 755 ${ROON}/bin/* \
${ROON}/bin \
${ROON}/etc/discover \
${ROON}/etc/install-fzf \
${ROON}/etc/install-roon-gui \
${ROON}/etc/install-roon-tui \
Expand Down
1 change: 1 addition & 0 deletions macInstall
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ ${SUDO} chmod 644 ${ROON}/etc/* \
${ROON}/patches/roon-web-controller/*
${SUDO} chmod 755 ${ROON}/bin/* \
${ROON}/bin \
${ROON}/etc/discover \
${ROON}/etc/install-fzf \
${ROON}/etc/install-roon-gui \
${ROON}/etc/install-roon-tui \
Expand Down
1 change: 1 addition & 0 deletions mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ${SUDO} chmod 644 "${OUT_DIR}"/${ROON}/etc/* \
"${OUT_DIR}"/${ROON}/patches/roon-web-controller/*
${SUDO} chmod 755 "${OUT_DIR}"/${ROON}/bin/* \
"${OUT_DIR}"/${ROON}/bin \
"${OUT_DIR}"/${ROON}/etc/discover \
"${OUT_DIR}"/${ROON}/etc/install-fzf \
"${OUT_DIR}"/${ROON}/etc/install-roon-gui \
"${OUT_DIR}"/${ROON}/etc/install-roon-tui \
Expand Down

0 comments on commit 2694eb8

Please sign in to comment.