Skip to content

Commit

Permalink
removing --force flag for fpm call in deb_package target
Browse files Browse the repository at this point in the history
  • Loading branch information
Demitri Swan committed Dec 5, 2018
1 parent 8544b14 commit 7bb931b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ $(deb_package): $(base_package)
$(mkdir)
@$(fpm) --output-type deb \
--input-type deb \
--force \
--depends cron \
--conflicts do-agent \
--replaces do-agent \
Expand Down

0 comments on commit 7bb931b

Please sign in to comment.