Skip to content

Commit

Permalink
Merge pull request #322 from jokesterfr/fix/makefile-pkg-name
Browse files Browse the repository at this point in the history
Fix Makefile with a static pkg name
  • Loading branch information
jokesterfr committed Aug 16, 2021
2 parents 0abc62e + 502fbee commit eb05618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
VERSION ?= $(shell git describe --tags 2> /dev/null || echo "0.0.0")
PHP ?= $(shell which php 2> /dev/null)
SEM_VERSION ?= $(shell echo ${VERSION} | sed 's/^v//')
MODULE ?= $(shell perl -ne 'print and last if s/.*<name>(.*)<\/name>.*/\1/;' < config.xml)
MODULE ?= "psxmarketingwithgoogle"
PACKAGE ?= "${MODULE}-${VERSION}"

# target: default - Calling build by default
Expand Down

0 comments on commit eb05618

Please sign in to comment.