From efc494caa40d8dc26d5a8b6e9f08332c09781d7a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 16 Mar 2003 16:20:24 +0000 Subject: [PATCH] (lilypond_binary): explicity add path to binary. (TexiPaper.process_ly2dvi_block): idem for ly2dvi --- scripts/lilypond-book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index e9560f3684..b336e921de 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -152,7 +152,7 @@ ly2dvi_binary = os.path.join ('@bindir@', 'ly2dvi') # only use installed binary when we're installed too. if '@bindir@' == ('@' + 'bindir@') or not os.path.exists (lilypond_binary): - lilypond_binary = 'ly2dvi' + ly2dvi_binary = 'ly2dvi' -- 2.39.5