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 42204b19f0
commit 4349868a9c
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)'."
fpm -s dir -t rpm \
--name $(BINARY) \
--rpm-os linux \
--version $(VERSION) \
--iteration $(ITERATION) \
--after-install scripts/after-install.sh \