fix bug introduced with snapshot support
This commit is contained in:
parent
02f13320c6
commit
9e41d23e3f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue