Fix config files. Do not overwrite them.
This commit is contained in:
parent
9287e659f0
commit
4dbe0c336a
|
|
@ -95,6 +95,7 @@ $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux
|
|||
--url $(URL) \
|
||||
--maintainer "$(MAINT)" \
|
||||
--description "$(DESC)" \
|
||||
--config-files "/etc/$(BINARY)/" \
|
||||
--chdir package_build_linux
|
||||
|
||||
deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb
|
||||
|
|
@ -110,6 +111,7 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux
|
|||
--url $(URL) \
|
||||
--maintainer "$(MAINT)" \
|
||||
--description "$(DESC)" \
|
||||
--config-files "/etc/$(BINARY)/" \
|
||||
--chdir package_build_linux
|
||||
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Reference in New Issue