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