do not protect example file.

This commit is contained in:
David Newhall II 2019-06-29 17:46:29 -07:00
parent 36ba260516
commit b87ec4fe63
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,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)/" \ --config-files "/etc/$(BINARY)/$(CONFIG_FILE)" \
--chdir package_build_linux --chdir package_build_linux
deb: $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb deb: $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb
@ -125,7 +125,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)/" \ --config-files "/etc/$(BINARY)/$(CONFIG_FILE)" \
--chdir package_build_linux --chdir package_build_linux
docker: docker: