summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-11-19 14:32:45 -0200
committerdrebs <drebs@leap.se>2013-11-19 14:32:45 -0200
commit8138d21582cfb43fd7462560e858e71ce2c9a9c3 (patch)
tree755730882e5785f2c84525a5b9f053aeb69b3f95 /Makefile
parent2a71d0c9b74c69f8c195f219a82b689685b6d110 (diff)
parent48a180fbe5a7a30b738f97942b55bc6f6039ce58 (diff)
Merge branch 'feature/4525_remove-password-field-from-wizard' into develop
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb59643..d331e5b 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ RSA_FILE := META-INF/zigbert.rsa
# the following variables are updated automatically
COMMIT := $(shell git --no-pager log -1 --format=format:%h)
-VERSION = $(shell head -n1 Changelog | sed -e 's/^.*(//' -e 's/).*$$//')
+VERSION = $(shell head -n1 CHANGELOG | cut -d" " -f1)
PKGNAME := $(EXTNAME)-$(VERSION)-$(COMMIT).xpi
TARGET := $(CURDIR)/build/$(PKGNAME)
TEMPDIR := $(shell mktemp -d -u)