From: Graham Percival Date: Sat, 5 May 2007 01:43:59 +0000 (-0700) Subject: thinko in makelsr.py X-Git-Tag: release/2.11.24-1~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7234a572949b6fb272e112882d36c9cb9c610f27;p=lilypond.git thinko in makelsr.py --- diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 44da48c9dd..f576cdc1e3 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -27,7 +27,7 @@ def copy_dir_with_test(srcdir, destdir): src = os.path.join (srcdir, file) dest = os.path.join (destdir, file) copy_with_warning(src, dest) - os.system('convert-ly -e ' + src) + os.system('convert-ly -e ' + dest) s = os.system('lilypond -dsafe -dbackend=svg -o /tmp/lsrtest ' + dest) if s: notsafe.append(dest)