Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Recently started to recompile packages. I've noticed a strange file in my path. Here is the cause: $ equery files media-libs/tiff | fgrep html} /usr/lib/html} /usr/share/man/html} /usr/bin/html}
Changing dodir /usr/{bin,lib,share/man,share/doc/${PF}/html} to dodir /usr/{bin,lib,share/man,share/doc/"${PF}"/html} makes it work as it should. To me, it looks like a bug in Bash.
Confirming, the change fixes the problem. Thanks, fn_x.
I believe you're correct, as the older bash seems to have handled it correctly. All tiff ebuilds should work now.