Skip to content

Commit

Permalink
chore: install systemd service as non-executable (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzal authored Nov 25, 2023
1 parent 7e2791e commit 0db7173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-release:

install:
install -Dm755 target/release/lact ${DESTDIR}/bin/lact
install -Dm755 res/lactd.service ${DESTDIR}/lib/systemd/system/lactd.service
install -Dm644 res/lactd.service ${DESTDIR}/lib/systemd/system/lactd.service
install -Dm755 res/io.github.lact-linux.desktop ${DESTDIR}/share/applications/io.github.lact-linux.desktop
install -Dm755 res/io.github.lact-linux.png ${DESTDIR}/share/pixmaps/io.github.lact-linux.png

Expand Down

0 comments on commit 0db7173

Please sign in to comment.