From: Graham Percival Date: Thu, 31 Dec 2009 07:38:05 +0000 (+0000) Subject: Build: update dir for new regtest names. X-Git-Tag: release/2.13.10-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a6b7eebe6ccbed46673b2a4d16b62b717983fa7;p=lilypond.git Build: update dir for new regtest names. The regtests now have share/ in the same dir. --- diff --git a/scripts/build/output-distance.py b/scripts/build/output-distance.py index 2b49689cdf..f3ef75385f 100644 --- a/scripts/build/output-distance.py +++ b/scripts/build/output-distance.py @@ -611,7 +611,7 @@ class SignatureFileLink (FileLink): outfile = (dest_dir + '/' + f).replace ('.eps', '.png') data_option = '' if options.local_data_dir: - data_option = ('-slilypond-datadir=%s/../share/lilypond/current ' + data_option = ('-slilypond-datadir=%s/share/lilypond/current ' % os.path.dirname(infile)) mkdir (os.path.split (outfile)[0])