We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769bd27 commit 7ba5d06Copy full SHA for 7ba5d06
Makefile
@@ -305,7 +305,7 @@ pkgclean: ballclean
305
PKG_VERSION = $(shell echo $(PKG_ID) | sed -e 's/^$(REPO)-//')
306
307
package:
308
- git archive --format=tar HEAD | gzip >rel/pkg/out/riak-3.0.tar.gz
+ git archive --format=tar HEAD | gzip >rel/pkg/out/riak-$(PKG_ID).tar.gz
309
$(MAKE) -C rel/pkg/ -f Makefile
310
311
packageclean:
0 commit comments