]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/install-targets.make
Build: end directories in their bare names and avoid some double slashes in logs.
[lilypond.git] / stepmake / stepmake / install-targets.make
index 89c4129f1d687a9696be973816471d6232adb0c5..1344a2f52407801724be203f9195c7647be8a210 100644 (file)
@@ -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