Skip to content

Commit

Permalink
fix: install rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jul 28, 2018
1 parent e014423 commit daece3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ build/deb/$(NAME)_$(VERSION)_amd64.deb: build/linux/$(NAME)
build/linux/$(NAME)=/usr/local/bin/$(NAME)

build/rpm/$(NAME)-$(VERSION)-1.x86_64.rpm: build/linux/$(NAME)
sudo apt install rpm -y
mkdir -p build/rpm && fpm \
--architecture x86_64 \
--category utils \
Expand Down

0 comments on commit daece3a

Please sign in to comment.