Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Lex Wennmacher <wennmach@netbsd.org>
List: pkgsrc-changes
Date: 04/10/2001 17:09:21
Module Name: pkgsrc
Committed By: wennmach
Date: Tue Apr 10 14:09:21 UTC 2001
Modified Files:
pkgsrc/pkgtools/pkgconflict/files: pkgdbextract
Log Message:
tar -C does not work if the cwd is not writable (I consider this a tar bug),
so do it the standard way: cat ... | (cd ...; tar ...)
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/pkgconflict/files/pkgdbextract
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.