]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/omf-targets.make
Merge commit 'origin/master' into dev/texi2html
[lilypond.git] / stepmake / stepmake / omf-targets.make
index d35dea43e73120abd55a021366a580fa40e931cd..2a51b1bd58ec9fdc1e0075c68231cbd277ef5110 100644 (file)
@@ -4,13 +4,13 @@ omf: $(OMF_FILES)
 local-install: omf-local-install
 
 omf-local-install: $(OMF_FILES)
-       -$(INSTALL) -d $(local_package_omfdir)
-       $(foreach a, $(OMF_FILES), $(INSTALL) -m 644 $(a) $(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
 
 omf-local-uninstall:
-       rm -f $(foreach i,  $(OMF_FILES), $(local_package_omfdir)/$(i))
-       -rmdir $(local_package_omfdir)
+       rm -f $(foreach i, $(OMF_FILES), $(DESTDIR)$(local_package_omfdir)/$(notdir $(i)))
+       -rmdir $(DESTDIR)$(local_package_omfdir)