PERFORCE change 84980 for review

soc-andrew soc-andrew at FreeBSD.org
Fri Oct 7 22:33:57 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84980

Change 84980 by soc-andrew at 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 \


More information about the p4-projects mailing list