Bug 24465

Summary: mkfontdir assumes mkfontscale is installed in the same prefix
Product: xorg Reporter: Paul Jarc <prj+site+bugs.freedesktop.org>
Component: App/mkfont*Assignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: prj+site+bugs.freedesktop.org
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Paul Jarc 2009-10-11 18:52:24 UTC
mkfontdir.cpp refers to mkfontscale as BINDIR/mkfontscale.  This breaks if mkfontscale is installed in a different prefix, as it may be since they are packaged separately.  This would work in a wider variety of setups:
PATH=BINDIR:$PATH
exec mkfontscale ...
Comment 1 Jeremy Huddleston Sequoia 2011-10-06 10:31:46 UTC
commit e3ee2b17572a26b6a6e78fdbfa4e38059da6c170
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Thu Oct 6 10:29:42 2011 -0700

    Fix issues where mkfontscale and mkfontdir are installed in different 
locations or bindir contains a space
    
    https://bugs.freedesktop.org/show_bug.cgi?id=24465
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.