Syntax for file tests and add sme tags to branches file

This commit is contained in:
Brian Read 2023-02-24 16:15:07 +00:00
parent 262ab21026
commit 392ca0e9ef
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -1,3 +1,8 @@
sme7:sme7:.el4.sme:rhel:4:7
sme8:sme8:.el5.sme:rhel:5:8
sme9:sme9:.el6.sme:rhel:6:9
sme10:sme10:.el7.sme:rhel:7:10
devel:sme10:.el7.sme:rhel:7:10
contribs7:contribs7:.el4.sme:rhel:4:7
contribs8:contribs8:.el5.sme:rhel:5:8
contribs9:contribs9:.el6.sme:rhel:6:9