]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/omf-targets.make
(local-uninstall): idem.
[lilypond.git] / stepmake / stepmake / omf-targets.make
index eea2b7047b2da1b9d9a20dceed7999cef887ceaa..59bf6218fd1eaa9f468810fd1ea1ae16911e7a5a 100644 (file)
@@ -4,8 +4,8 @@ omf: $(OMF_FILES)
 local-install: omf-local-install
 
 omf-local-install: $(OMF_FILES)
-       -$(INSTALL) -d $(DESTDIR)$(local_package_omfdir)
-       $(foreach a, $(OMF_FILES), $(INSTALL) -m 644 $(a) $(DESTDIR)$(local_package_omfdir)/$(notdir $(a)) && ) true
+       -$(INSTALLPY) -d $(DESTDIR)$(local_package_omfdir)
+       $(foreach a, $(OMF_FILES), $(INSTALLPY) -m 644 $(a) $(DESTDIR)$(local_package_omfdir)/$(notdir $(a)) && ) true
        @echo "Run scrollkeeper-update to register newly installed OMF files."
 
 local-uninstall: omf-local-uninstall