From: Igor Sysoev Date: Mon, 18 Sep 2006 12:42:53 +0000 (+0000) Subject: fix bug introduced with snapshot support X-Git-Tag: release-0.4.3~16 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=648cb68d30d32300f3fd0f89b28ae686ee823c76;p=nginx.git fix bug introduced with snapshot support --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 6610712bb..f911c8308 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -34,6 +34,8 @@ release: rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc + tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) + snapshot: rm -rf $(TEMP)