Skip to content

Commit

Permalink
Merge pull request #185 from pwittrock/debrpm
Browse files Browse the repository at this point in the history
Update install location for rpm and deb
  • Loading branch information
Phillip Wittrock committed Oct 18, 2017
2 parents 79942d9 + 4317575 commit cb9c866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ package-linux-amd64-deb: ## Create a Debian package. Requires jordansissel/fpm.
--maintainer '$(MAINTAINER)' \
--license '$(LICENSE)' \
--package $(NAME)-$(VERSION)-amd64.deb \
--prefix /usr/local \
--prefix /usr/local/apiserver-builder \
$(NAME)-$(VERSION)-linux-amd64.tar.gz

.PHONY: package-linux-amd64-rpm
Expand All @@ -76,5 +76,5 @@ package-linux-amd64-rpm: ## Create an RPM package. Requires jordansissel/fpm, rp
--license '$(LICENSE)' \
--rpm-os linux \
--package $(NAME)-$(VERSION)-amd64.rpm \
--prefix /usr/local \
--prefix /usr/local/apiserver-builder \
$(NAME)-$(VERSION)-linux-amd64.tar.gz
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1-alpha.17
0.1-alpha.20

0 comments on commit cb9c866

Please sign in to comment.