diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-07 12:22:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-07 12:22:06 +0000 |
commit | ae06ae6696cea0e1f2229db65924c114995dfa99 (patch) | |
tree | 121a7014dd1aec378cd46462bcc9ef212d49ea15 /games | |
parent | 345ec5cf7d14c51f394ea1a6d3c4a33c29e7ab75 (diff) | |
download | pkgsrc-ae06ae6696cea0e1f2229db65924c114995dfa99.tar.gz |
Meta-packages that had DIST_SUBDIR set (for whatever reason) tried to
fetch files with an empty name, for example "geda/".
The problem was that the expression ${LIST:S,^,${DIST_SUBDIR}/,} results
in ${DIST_SUBDIR}/ when ${LIST} is empty. This is surprising but matches
the documentation in the manual page, so this cannot be called a bug.
The proper fix is to use ${LIST:@f@${DIST_SUBDIR}/${f}@} instead.
Noticed by Don Woodstock on #netbsd-code.
Diffstat (limited to 'games')
0 files changed, 0 insertions, 0 deletions