Skip to content

Commit

Permalink
Small fix in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Jakoniuk <[email protected]>
  • Loading branch information
jarmuszz committed May 21, 2021
1 parent 205101e commit 0b030c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build: $(BIN)

# Tarball
TARBALL=$(BIN)-$(VERSION).tar.gz
TARBALL_BUILD_PARENT=/tmp/per/
TARBALL_BUILD_PARENT=/tmp/per
TARBALL_BUILD=$(TARBALL_BUILD_PARENT)/$(BIN)-$(VERSION)
tarball: clean
# Fixes awkward GNU Tar behavior
Expand Down

0 comments on commit 0b030c9

Please sign in to comment.