fix rpm build on macOS

fixes #30
This commit is contained in:
David Newhall II 2019-06-09 20:53:40 -07:00 committed by GitHub
parent b3d5840422
commit ec07e97a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ $(BINARY)-$(VERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux
@echo "Building 'rpm' package for $(BINARY) version '$(VERSION)-$(ITERATION)'." @echo "Building 'rpm' package for $(BINARY) version '$(VERSION)-$(ITERATION)'."
fpm -s dir -t rpm \ fpm -s dir -t rpm \
--name $(BINARY) \ --name $(BINARY) \
--rpm-os linux \
--version $(VERSION) \ --version $(VERSION) \
--iteration $(ITERATION) \ --iteration $(ITERATION) \
--after-install scripts/after-install.sh \ --after-install scripts/after-install.sh \