Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Nov 15, 2022
1 parent db9277f commit 5e19d5d
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 @@ -7,7 +7,7 @@ build:

install:
install -Dm755 target/debug/clipboard-sync "$(prefix)/$(bin)/clipboard-sync"
install -Dm644 target/clipboard-sync.service "$(prefix)/$(systemd)/user/clipboard-sync.service"
install -Dm644 clipboard-sync.service "$(prefix)/$(systemd)/user/clipboard-sync.service"

uninstall:
rm -f "$(prefix)/$(bin)/clipboard-sync"
Expand Down

0 comments on commit 5e19d5d

Please sign in to comment.