Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add fpm config-files flag
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 25, 2021
1 parent 2125744 commit 7a8be37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ docker-rtrmon:
.PHONY: package-deb-gortr
package-deb-gortr: prepare
fpm -s dir -t deb -n $(GORTR_NAME) -v $(VERSION_PKG) \
--config-files /etc/default/gortr \
--description "$(DESCRIPTION)" \
--url "$(URL)" \
--architecture $(ARCH) \
Expand All @@ -85,6 +86,7 @@ package-deb-gortr: prepare
.PHONY: package-rpm-gortr
package-rpm-gortr: prepare
fpm -s dir -t rpm -n $(GORTR_NAME) -v $(VERSION_PKG) \
--config-files /etc/default/gortr \
--description "$(DESCRIPTION)" \
--url "$(URL)" \
--architecture $(ARCH) \
Expand Down

0 comments on commit 7a8be37

Please sign in to comment.