From 2e848a7c9a5fa711bd319cd7895042547ac819e2 Mon Sep 17 00:00:00 2001 From: hagen Date: Thu, 24 Mar 2016 10:39:16 +0000 Subject: [PATCH] * chg default branch for 'dist' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index beb7b467..ae49ae4f 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ clean: strip: $(I2PD) $(SHLIB_CLIENT) $(SHLIB) strip $^ -LATEST_TAG=$(shell git describe --tags --abbrev=0 master) +LATEST_TAG=$(shell git describe --tags --abbrev=0 openssl) dist: git archive --format=tar.gz -9 --worktree-attributes \ --prefix=i2pd_$(LATEST_TAG)/ $(LATEST_TAG) -o i2pd_$(LATEST_TAG).tar.gz