X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Finstall-targets.make;h=1344a2f52407801724be203f9195c7647be8a210;hb=c58b9bd118958423656e674c25d940cdec71f58a;hp=89c4129f1d687a9696be973816471d6232adb0c5;hpb=4c67a449e01a229165a8fd5f26c06cb90ba97346;p=lilypond.git diff --git a/stepmake/stepmake/install-targets.make b/stepmake/stepmake/install-targets.make index 89c4129f1d..1344a2f524 100644 --- a/stepmake/stepmake/install-targets.make +++ b/stepmake/stepmake/install-targets.make @@ -10,7 +10,7 @@ local-install-files: $(INSTALLATION_FILES) $(INSTALLPY) -m 644 $(addprefix $(src-dir)/,$(INSTALLATION_FILES)) $(DESTDIR)$(INSTALLATION_DIR)/ $(foreach suff, $(INSTALLATION_SUFFIXES), \ ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_DIR$(suff)) || true) && \ - $(INSTALLPY) -m 644 $(addprefix $(src-dir)/, $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff))/ ) + $(INSTALLPY) -m 644 $(addprefix $(src-dir), $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff))/ ) $(POST_INSTALL) local-uninstall: local-uninstall-outfiles local-uninstall-files