Syntax for file tests and add sme tags to branches file
This commit is contained in:
parent
262ab21026
commit
392ca0e9ef
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user