Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64132 - media-libs/tiff installs directories named "html}"
Summary: media-libs/tiff installs directories named "html}"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 07:17 UTC by Ervin Németh
Modified: 2004-09-16 23:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ervin Németh 2004-09-15 07:17:23 UTC
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}
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2004-09-15 13:03:45 UTC
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.
Comment 2 Ervin Németh 2004-09-16 02:02:44 UTC
Confirming, the change fixes the problem. Thanks, fn_x.
Comment 3 Steve Arnold archtester gentoo-dev 2004-09-16 23:31:01 UTC
I believe you're correct, as the older bash seems to have handled it correctly. 
All tiff ebuilds should work now.