changeset 6402:5eb30729917c

Change lilypond configure option lilypond issue4332
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 18 Apr 2015 19:47:13 +0900
parents 84fb766d47f0
children ab0881f04ce0
files gub/specs/lilypond.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Tue Apr 14 15:29:42 2015 +0100
+++ b/gub/specs/lilypond.py	Sat Apr 18 19:47:13 2015 +0900
@@ -61,7 +61,7 @@
                        + ' --enable-relocation'
                        + ' --enable-rpath'
                        + ' --disable-documentation'
-                       + ' --with-ncsb-dir=%(system_prefix)s/share/fonts/default/Type1'
+                       + ' --with-fonts-dir=%(system_prefix)s/share/fonts/default/Type1'
                        )
     make_flags = ' TARGET_PYTHON=/usr/bin/python'