Syntax for file tests and add sme tags to branches file
This commit is contained in:
		@@ -346,8 +346,8 @@ archivefile:
 | 
			
		||||
	@echo "TEMPDIR:$(TEMPDIR)" 
 | 
			
		||||
	mkdir -p $(TEMPDIR)/$(TREEPATH)
 | 
			
		||||
	cp -r root $(TEMPDIR)/$(TREEPATH)
 | 
			
		||||
	if test -f creatlinks ; then cp createlinks $(TEMPDIR)/$(TREEPATH)
 | 
			
		||||
	if test -f COPYING ; then cp COPYING $(TEMPDIR)/$(TREEPATH)
 | 
			
		||||
	if test -f createlinks ; then cp createlinks $(TEMPDIR)/$(TREEPATH) ; fi ;
 | 
			
		||||
	if test -f COPYING ; then cp COPYING $(TEMPDIR)/$(TREEPATH) ; fi ;
 | 
			
		||||
	if test -f LICENSE ; then cp LICENSE $(TEMPDIR)/$(TREEPATH) ; fi ;
 | 
			
		||||
	rm -f $TREEPATH.$EXT* 
 | 
			
		||||
	tar -czvf $(TREEPATH).$(EXT) -C $(TEMPDIR) $(TREEPATH)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user