Skip to content

Commit

Permalink
Add some missing clean-files
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 18, 2020
1 parent 93bd014 commit 20a7d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/systemd/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ifeq ($(OS), Linux)

$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))

clean-files += $(d)/nix-daemon.socket $(d)/nix-daemon.service

endif
2 changes: 2 additions & 0 deletions misc/upstart/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ifeq ($(OS), Linux)

$(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))

clean-files += $(d)/nix-daemon.conf

endif

0 comments on commit 20a7d8d

Please sign in to comment.