Skip to content

Commit

Permalink
Install autoupdate service and timer from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Aug 25, 2024
1 parent 5ac6bba commit 9c2c1ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ endif

install:
mkdir -p "${PREFIX}/usr/bin"
mkdir -p "${PREFIX}/usr/lib/systemd/system"
install -m 644 "frzr-autoupdate.service" "${PREFIX}/usr/lib/systemd/system"
install -m 644 "frzr-autoupdate.timer" "${PREFIX}/usr/lib/systemd/system"
install -m 755 "frzr" "${PREFIX}/usr/bin"
install -m 755 "__frzr" "${PREFIX}/usr/bin"
install -m 755 "frzr-deploy" "${PREFIX}/usr/bin"
Expand Down

0 comments on commit 9c2c1ea

Please sign in to comment.