From 1078fd8d0f2cd0df6936fa414ff7de4a26cc66b2 Mon Sep 17 00:00:00 2001 From: Nate Whetsell Date: Thu, 21 Nov 2024 05:44:59 -0500 Subject: [PATCH] lilypond-unstable: fix HEAD build --- Formula/lilypond-unstable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lilypond-unstable.rb b/Formula/lilypond-unstable.rb index 5a180c4..89b71fb 100644 --- a/Formula/lilypond-unstable.rb +++ b/Formula/lilypond-unstable.rb @@ -83,7 +83,7 @@ def install elisp.install share.glob("emacs/site-lisp/*.el") - fonts = share/"lilypond"/version/"fonts/otf" + fonts = share/"lilypond"/(build.head? ? File.read("out/VERSION").chomp : version)/"fonts/otf" resource("font-urw-base35").stage do ["C059", "NimbusMonoPS", "NimbusSans"].each do |name|