From bc304f2f856fccbdf09aad2476210fd8827a8cb0 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Sat, 12 Feb 2022 12:16:42 +0100 Subject: [PATCH] Revert "Fix Guile wrapper for lilypond-invoke-editor" This reverts commit f687c4cd5b2f30ef7c3891ab46e8fb705540528b to prepare for LilyPond 2.22.2. --- sourcefiles/lilypond-sharhead.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcefiles/lilypond-sharhead.sh b/sourcefiles/lilypond-sharhead.sh index aa80bfc8..6fc21ef6 100644 --- a/sourcefiles/lilypond-sharhead.sh +++ b/sourcefiles/lilypond-sharhead.sh @@ -216,7 +216,7 @@ for interp in python3 guile; do cat < "$wrapscript.$interp" #!/bin/sh export PYTHONPATH="${prefix}/usr/lib/lilypond/current/python:${prefix}/usr/share/lilypond/current/python:${dollar}PYTHONPATH" -export GUILE_LOAD_PATH="${prefix}/usr/share/lilypond/current/scm" +export GUILE_LOAD_PATH="${prefix}/usr/share/lilypond/current" export LD_LIBRARY_PATH="${prefix}/usr/lib:${dollar}LD_LIBRARY_PATH" me=${backquote}basename ${dollar}0${backquote} exec "${prefix}/usr/bin/$interp" "${prefix}/usr/bin/${dollar}me" $expandargs