Skip to content

Commit

Permalink
Minor update to deb makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Feb 8, 2020
1 parent f7ed2e5 commit 491144e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .distribution/deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BIN_NAME=usereport

CARGO_FILE ?= ../../Cargo.toml
BIN_DIR ?= ../../target/release
SRC_DIR ?= ../..
VERSION ?= $(shell sed -n 's/^version.*=.*"\(.*\)"/\1/p' $(CARGO_FILE))
ARCH ?= amd64
DIST ?= bionic
Expand Down

0 comments on commit 491144e

Please sign in to comment.