Skip to content

Commit

Permalink
fix Makefile for installing systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
fukawi2 committed May 5, 2015
1 parent 7e34003 commit 38d4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -50,7 +50,7 @@ install: test bin docs config
install -d -m0755 $(DESTDIR)$(D_CNF)/pre.d
install -d -m0755 $(DESTDIR)$(D_CNF)/post.d
# systemd unit
install -d -m0644 $(PROJECT).service $(DESTDIR)/usr/local/lib/systemd/system/$(PROJECT).service
install -Dm0644 $(PROJECT).service $(DESTDIR)/usr/local/lib/systemd/system/$(PROJECT).service

clean:
rm -f man/*.?.man
Expand Down

0 comments on commit 38d4ce4

Please sign in to comment.