Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 10/06/2006 20:13:10
Module Name:	pkgsrc
Committed By:	rillig
Date:		Fri Oct  6 20:13:10 UTC 2006

Modified Files:
	pkgsrc/mk/install: install.mk

Log Message:
Added more error checking: If a directory is specified in
INSTALLATION_DIRS but a regular file of the same name already exists,
the BSD install(1) program doesn't care but exits successfully.

To avoid much more confusing error messages, this is checked here, and a
_good_ error message is printed.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/mk/install/install.mk

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