Skip to content

Commit

Permalink
fix make packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Aug 7, 2017
1 parent 0518ba0 commit f467b48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ PKG_ARCH ?= amd64
BASE_PATH ?= $(shell pwd)
BUILD_PATH ?= $(BASE_PATH)/build
PROVIDER := $(shell basename $(BASE_PATH))
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
ifneq ($(origin TRAVIS_TAG), undefined)
BRANCH := $(TRAVIS_TAG)
endif

default: build

Expand Down

0 comments on commit f467b48

Please sign in to comment.