Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380155
Collapse All | Expand All

(-)lilypond-2.12.3/scripts/build/mf2pt1.pl.original (-1 / +1 lines)
Lines 426-432 Link Here
426
# parameters, too.
426
# parameters, too.
427
sub get_bboxes ($)
427
sub get_bboxes ($)
428
{
428
{
429
    execute_command 1, ("mpost", "-mem=mf2pt1", "-progname=mpost",
429
    execute_command 1, ("mpost", "-mem=../../mf2pt1", "-progname=mpost",
430
                        "\\mode:=localfont; mag:=$mag; bpppix $bpppix; input $mffile");
430
                        "\\mode:=localfont; mag:=$mag; bpppix $bpppix; input $mffile");
431
    opendir (CURDIR, ".") || die "${progname}: $! ($filedir)\n";
431
    opendir (CURDIR, ".") || die "${progname}: $! ($filedir)\n";
432
    @charfiles = sort
432
    @charfiles = sort

Return to bug 380155