diff options
author | drebs <drebs@leap.se> | 2013-11-19 14:32:45 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-11-19 14:32:45 -0200 |
commit | 8138d21582cfb43fd7462560e858e71ce2c9a9c3 (patch) | |
tree | 755730882e5785f2c84525a5b9f053aeb69b3f95 /Makefile | |
parent | 2a71d0c9b74c69f8c195f219a82b689685b6d110 (diff) | |
parent | 48a180fbe5a7a30b738f97942b55bc6f6039ce58 (diff) |
Merge branch 'feature/4525_remove-password-field-from-wizard' into develop
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |