severity 303748 important
tags 303748 unreproducible moreinfo
thanks

On Fri, Apr 08, 2005 at 05:07:11PM +0200, Tom Albers wrote:
> Package: fontconfig
> Version: 2.3.1-2
> Severity: serious

> Hi, when the user has put fonts in a subfolder with a dash, the
> postinstall script will fail on:

> fontconfig.postinst:
> find /var/lib/defoma/x-ttcidfont-conf.d -name fonts.cache-1 | xargs rm -f
> (around line 127)

> If you change that to:
> find /var/lib/defoma/x-ttcidfont-conf.d -name fonts.cache-1 | xargs rm -f --

> it should be fine.

That doesn't make any sense.  Aside from there not being any good reason to
create such a subdirectory AFAICT, the find command returns the full path to
each file it finds: there's no way that a path anchored at the root
directory is going to begin with a -, it will always begin with a slash.
What's the actual path of the file causing problems for you, and what is the
error you get?

-- 
Steve Langasek
postmodern programmer

Attachment: signature.asc
Description: Digital signature

Reply via email to