Am 25.03.20 um 17:19 schrieb Jean-Charles Malahieude:
Hi Werner,
On my way to updating the French documentation, I read in running.itely
(1st item of Relocation algorithm)
"Compute the directory where the currently executed
@command{lilypond} binary is located. Let's call this
@code{bindir}. Set (internal) environment variable
@code{INSTALLER_PREFIX} to @file{@var{bindir}/..} (i.e., the
parent directory of @code{bindir})."
I wonder if "bindir/.." shouldn't be "../bindir" (my parents being up in
the genealogy).
The parent directory of bindir is bindir/..
../bindir would be a sibling (called bindir) of the working directory.