Skip to content

Commit 7ba5d06

Browse files
author
Martin Cox
committed
Fix package tagging.
1 parent 769bd27 commit 7ba5d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pkgclean: ballclean
305305
PKG_VERSION = $(shell echo $(PKG_ID) | sed -e 's/^$(REPO)-//')
306306

307307
package:
308-
git archive --format=tar HEAD | gzip >rel/pkg/out/riak-3.0.tar.gz
308+
git archive --format=tar HEAD | gzip >rel/pkg/out/riak-$(PKG_ID).tar.gz
309309
$(MAKE) -C rel/pkg/ -f Makefile
310310

311311
packageclean:

0 commit comments

Comments
 (0)