]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinko in makelsr.py
authorGraham Percival <graham@percival-music.ca>
Sat, 5 May 2007 01:43:59 +0000 (18:43 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 5 May 2007 01:43:59 +0000 (18:43 -0700)
buildscripts/makelsr.py

index 44da48c9dd0d4bdcee54f711519263c43971cbac..f576cdc1e3bb6244bb69cd8ed9fb3d8b7eaa00c2 100755 (executable)
@@ -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)