From ec07e97a0ad14b1b00d01ee6db21f2689c834bb7 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 9 Jun 2019 20:53:40 -0700 Subject: [PATCH] fix rpm build on macOS fixes #30 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 27c345f3..91881816 100644 --- a/Makefile +++ b/Makefile @@ -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 \