Skip to content

Commit

Permalink
introduce variable for package name with FS HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Aug 1, 2014
1 parent 7fe2ab5 commit 87f055f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/Makefile.in
Expand Up @@ -255,8 +255,9 @@ release-tag:

release-head:
$(eval GIT_HEAD_DESCR := $(shell git describe --tags HEAD))
$(eval FLEXIBLESUSY_HEAD_PKG := $(PKGNAME)-$(GIT_HEAD_DESCR))
git archive --worktree-attributes \
--prefix=$(PKGNAME)-$(GIT_HEAD_DESCR)/ \
--output=$(PKGNAME)-$(GIT_HEAD_DESCR).tar.gz HEAD
md5sum $(PKGNAME)-$(GIT_HEAD_DESCR).tar.gz \
> $(PKGNAME)-$(GIT_HEAD_DESCR).tar.gz.md5
--prefix=$(FLEXIBLESUSY_HEAD_PKG)/ \
--output=$(FLEXIBLESUSY_HEAD_PKG).tar.gz HEAD
md5sum $(FLEXIBLESUSY_HEAD_PKG).tar.gz \
> $(FLEXIBLESUSY_HEAD_PKG).tar.gz.md5

0 comments on commit 87f055f

Please sign in to comment.