Masamichi Hosoda <[email protected]> writes: >> This is a gs 9.26 issue and I cannot see how this might be related to what >> we have hit here, so maybe Hosoda-san will be abel to figure why make check >> is breaking without extractpdfmark installed. > > If I understand correctly, this patch solves the error. > > ``` > --- a/scripts/build/output-distance.py > +++ b/scripts/build/output-distance.py > @@ -652,7 +652,7 @@ class SignatureFileLink (FileLink): > data_option = '' > if options.local_data_dir: > data_option = > ('-slilypond-datadir=%s/share/lilypond/current ' > - % dir) > + % (cur_dir + '/' + dir)) >
Is dir guaranteed to be a relative path? -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
