diff --git a/media-sound/lilypond/lilypond-2.24.1.recipe b/media-sound/lilypond/lilypond-2.24.1.recipe index c1ec597b5..49426b36a 100644 --- a/media-sound/lilypond/lilypond-2.24.1.recipe +++ b/media-sound/lilypond/lilypond-2.24.1.recipe @@ -163,7 +163,7 @@ BUILD() # CPU_COUNT=$jobs is not used because it causes hangs # strip the current directory (.) from PATH, it disallows find -execdir - PATH=${PATH:2} make $jobArgs doc + PATH=${PATH/.:/} make $jobArgs doc } INSTALL() @@ -171,7 +171,7 @@ INSTALL() cd build make install make install-bytecode - PATH=${PATH:2} make install-doc + PATH=${PATH/.:/} make install-doc # language specific doc packages for lang in "${languages[@]}"; do