Skip to content

Commit

Permalink
Set execute permission on roon_faded during install
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 11, 2022
1 parent 81cd1b8 commit 8373e31
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 @@ -113,6 +113,7 @@ ${SUDO} chmod 644 ${ROON}/etc/* \
${DESTDIR}/share/man/*/*
${SUDO} chmod 755 ${ROON}/bin/* \
${ROON}/bin \
${ROON}/etc/roon_faded \
${ROON}/etc \
${ROON}/api \
${ROON}/patches \
Expand Down
1 change: 1 addition & 0 deletions macInstall
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ ${SUDO} chmod 644 ${ROON}/etc/* \
${DESTDIR}/share/man/*/*
${SUDO} chmod 755 ${ROON}/bin/* \
${ROON}/bin \
${ROON}/etc/roon_faded \
${ROON}/etc \
${ROON}/api \
${ROON}/patches \
Expand Down
1 change: 1 addition & 0 deletions mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,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/roon_faded \
${OUT_DIR}/${ROON}/etc \
${OUT_DIR}/${ROON}/etc/postinstall \
${OUT_DIR}/${ROON}/etc/preremove \
Expand Down

0 comments on commit 8373e31

Please sign in to comment.