Subject: CVS commit: pkgsrc/mk/scripts
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2005 01:36:49
Module Name: pkgsrc
Committed By: dmcmahill
Date: Sun May 22 01:36:49 UTC 2005
Modified Files:
pkgsrc/mk/scripts: binpkg-cache
Log Message:
use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when
generating a list of possibles packages. Avoids proglems with too long
of a command line for ls. While here change find to ${FIND}.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/scripts/binpkg-cache
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.