From: ianmdlvl Date: Sun, 7 Oct 2001 23:47:58 +0000 (+0000) Subject: @@ -5,7 +5,7 @@ X-Git-Tag: debian_version_2_0_0~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=a7c2eb95b90145bf5826e195189f783516e21579;hp=1e5ce6e59d00ee026a30fa3230daffddf026fea7;p=chiark-utils.git @@ -5,7 +5,7 @@ Significant changes since merge chiark/anarres/mnemeth: * readbuffer/writebuffer command line arg for buffer size. * readbuffer/writebuffer share common code. - * example config files from Relativity shipped. + * example config files from Relativity and chiark shipped. -- --- diff --git a/TODO b/TODO index b4e78b3..e2205a7 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,6 @@ important before release ------------------------ documentation replace loaded with idformat -example config files would be nice someday --------------------- diff --git a/backup/Makefile b/backup/Makefile index 4d7a9e2..aefb186 100644 --- a/backup/Makefile +++ b/backup/Makefile @@ -49,7 +49,7 @@ BINSCRIPTS= checkallused loaded driver takedown whatsthis SHARESCRIPTS= bringup full increm SHAREFILES= backuplib.pl -EXAMPLES= relativity +EXAMPLES= relativity chiark all: $(CTARGETS) @@ -69,7 +69,9 @@ install-examples: set -e; for e in $(EXAMPLES); do \ cd examples/$$e; \ $(INSTALL_DIRECTORY) $(exampledir)/$$e; \ - $(INSTALL_SHARE) *[^S~] $(exampledir)/$$e; \ + $(INSTALL_SHARE) [^A-Z]*[^~] $(exampledir)/$$e; \ + (cd $(exampledir) && tar -xf -)