Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23935 - update cd functions to be case insensitive
Summary: update cd functions to be case insensitive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 20:31 UTC by SpanKY
Modified: 2004-01-14 19:03 UTC (History)
1 user (show)

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 SpanKY gentoo-dev 2003-07-03 20:31:33 UTC
find ${cd} -iname DIRECTORY -type d -maxdepth 1 -printf '%f'
Comment 1 SpanKY gentoo-dev 2003-07-03 20:33:50 UTC
also make a wrapper function to access directories on cd so that it'll access case 
insensitive dirs 
Comment 2 SpanKY gentoo-dev 2003-09-05 20:05:29 UTC
added the first part to cvs
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2003-10-07 03:51:14 UTC
Did you ever finish this?

Would this be possible to use for on-disk structures?  I have noticed that
quite a few people have been copying their ut2003 CD files to disk from within
Windows, which of course does not preserve the case, so emerge fails.
Comment 4 SpanKY gentoo-dev 2004-01-14 19:03:20 UTC
cdrom_get_cds is now in eutils.eclass

ebuilds just need to be ported ;)