Skip to content

Commit

Permalink
fix rpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Novgorodov Igor, PMK-TV-OP authored and Novgorodov Igor, PMK-TV-OP committed Sep 15, 2020
1 parent 0875500 commit f551c0c
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 @@ -49,7 +49,7 @@ build-rpm:
-m "$(MAINTAINER)" \
--license "$(LICENSE)" \
-a $(ARCH) \
--config-files /etc/$(NAME)/$(NAME).toml \
--config-files /etc/default/$(NAME) \
$(OUT)/$(NAME)=/usr/bin/$(NAME) \
deploy/$(NAME).service=/usr/lib/systemd/system/$(NAME).service \
deploy/$(NAME)=/etc/default/$(NAME) \
Expand Down

0 comments on commit f551c0c

Please sign in to comment.