Date: Sat, 8 Oct 2005 05:33:56 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84980 for review Message-ID: <200510080533.j985XuFM036083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84980 Change 84980 by soc-andrew@soc-andrew_serv on 2005/10/08 05:33:42 Name the distfiles dist.tgz not dist.gz Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#17 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#17 (text+ko) ==== @@ -1162,7 +1162,7 @@ tn=`echo ${TN} | tr 'A-Z' 'a-z' | cut -c1-8` && \ echo rolling ${TD}/$$tn tarball &&\ tar --exclude CVS --exclude obj --exclude BOOTMFS -cf - ${ARG} | \ - gzip --no-name -9 -c > ${RD}/dists/${TD}/$$tn.gz && \ + gzip --no-name -9 -c > ${RD}/dists/${TD}/$$tn.tgz && \ if [ "${SD}" != "/usr/src" ]; then \ mtree -c -i -p ${SD}/${ARG} \ -k gname,md5digest,mode,nlink,uname,size,link,type \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510080533.j985XuFM036083>