]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/install.py
*** empty log message ***
[lilypond.git] / stepmake / bin / install.py
index d5799a48c4f1e6c3169a668a4b52386e05c7d5f3..6c6f876b3d775f5e762420a98ba860369c2bb741 100644 (file)
@@ -71,6 +71,8 @@ for f in args:
                chown_me.append (f)
        else:
                if copy:
+                       if os.path.exists (dest):
+                               os.remove (dest)
                        shutil.copy2 (f, dest)
                else:
                        shutil.move (f, dest)