Bug 127180 - squirrelmail 1.5.1 errors out on doc during emerge
Bug#: 127180 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: eradicator@gentoo.org Reported By: jforman@gentoo.org
Component: Applications
URL: 
Summary: squirrelmail 1.5.1 errors out on doc during emerge
Keywords:  
Status Whiteboard: 
Opened: 2006-03-22 05:40 0000
Description:   Opened: 2006-03-22 05:40 0000
hey jeremy,

i am attempting to emerge the ~x86 squirrelmail-1.5.1 and came upon this odd
error:
 * ebuild fault: file
'/usr/share/webapps/squirrelmail/1.5.1/htdocs/plugins/*/gpg_local_prefs.txt'
not found
 * Please report this as a bug at http://bugs.gentoo.org/

i poked around in the ebuild and found, what i think is the offending line
(125):
 for doc in
plugins/{README.plugins,*/{INSTALL,README,COPYRIGHTS,CHANGELOG,API,UPGRADE,TODO,README.txt,INSTALL.txt,user_example.txt}}
; do

i think my mind is getting lost in the syntax of the { }.
i tried changing it to
 for doc in
plugins/{README.plugins,*}/{INSTALL,README,COPYRIGHTS,CHANGELOG,API,UPGRADE,TODO,README.txt,INSTALL.txt,user_example.txt}
; do 
which made sense to me, but that only errored out even more. any ideas here?

------- Comment #1 From Jakub Moc (RETIRED) 2006-03-22 06:10:24 0000 -------
*** Bug 127181 has been marked as a duplicate of this bug. ***

------- Comment #2 From Jeremy Huddleston (RETIRED) 2006-03-31 21:31:07 0000 -------
I committed a fix to this in 1.5.1-r1 (or atleast I think it should fix it). 
Please test it out.

Thanks.