Subject: CVS commit: basesrc/usr.sbin/pkg_install/create
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 02/18/2002 02:57:55
Module Name:	basesrc
Committed By:	hubertf
Date:		Mon Feb 18 00:57:55 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/create: pl.c

Log Message:
make @cwd work a bit more reliable:

When -L is used (as it is by pkgsrc), don't override the directory
set by @cwd unconditionally with what was given to -L (srcdir).
Instead, use the @cwd directory.

XXX#1: This was not tested with DESTDIR set
XXX#2: @cwd is still needed twice


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/usr.sbin/pkg_install/create/pl.c

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