Skip to content

Commit

Permalink
check for dpkg in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
esell committed Oct 2, 2018
1 parent 2159642 commit fd11150
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 @@ -23,6 +23,7 @@ build-linux:
build-osx:
GOOS=darwin go build -o release/$(BINARY)-$(VERSION)-osx
build-deb:
which -s dpkg-deb || { echo "dpkg-deb does not exist, exiting..."; exit 1; }
mkdir release/$(BINARY)-$(VERSION)
mkdir -p release/$(BINARY)-$(VERSION)/usr/local/bin
mkdir -p release/$(BINARY)-$(VERSION)/etc/deb-simple
Expand Down

0 comments on commit fd11150

Please sign in to comment.