commit | 648cb68d30d32300f3fd0f89b28ae686ee823c76 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 18 12:42:53 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 18 12:42:53 2006 +0000 |
tree | 856e3714b3a8f5cf3538182d023ae0e6a6bf5c14 | |
parent | 14fcd477a1ba560b67c45b68012216d8a575888a [diff] [blame] |
fix bug introduced with snapshot support
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 6610712..f911c83 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile
@@ -34,6 +34,8 @@ rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc + tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) + snapshot: rm -rf $(TEMP)