Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/bootstrap-pkgsrc



Module Name:    othersrc
Committed By:   agc
Date:           Fri Jul 26 07:34:34 UTC 2002

Modified Files:
        othersrc/bootstrap-pkgsrc: bootstrap

Log Message:
Don't try to extract gzipped tar archives with "tar xvzf", since this will
fail on tar programs which don't support the 'z' option. Instead, use
gunzip explicitly, and pipe the output through the native tar. Suggested
by Chris Pinnock, and existing bsd.pkg.mk practice.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 othersrc/bootstrap-pkgsrc/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index