From: Wolfram Schneider Date: Wed, 14 Apr 2010 11:31:15 +0000 (+0000) Subject: tgz -> tar.gz X-Git-Tag: CPAN-v1.02~54^2~93^2~1 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=494e9d89028f56bc6fd900be3ae2b13c7faf7529;ds=sidebyside tgz -> tar.gz --- diff --git a/zebra/Makefile b/zebra/Makefile index 85a400c..0edf0da 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -42,7 +42,7 @@ dump: mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl localhost:8018/IR-Explain---1 cd records-${DATE} && ( for i in *.xml; do tidy -xml -i -m -w 140 $$i; done ) > /dev/null 2>&1 - tar cf - records-${DATE} | gzip > records-${DATE}.tgz + tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: rm -f terse.properties