Files
MSYS2-packages/zsh/Makefile.in.patch
2018-09-11 11:29:29 +03:00

12 lines
460 B
Diff

--- Doc/Makefile.in.orig 2014-08-01 16:50:26.000000000 +0900
+++ Doc/Makefile.in 2014-08-01 16:51:22.000000000 +0900
@@ -319,7 +319,7 @@
$(INSTALL_DATA) help/* $(DESTDIR)$(runhelpdir); \
while read from to; do \
rm -f $(DESTDIR)$(runhelpdir)/$$to || : ; \
- $(LN_S) $$from $(DESTDIR)$(runhelpdir)/$$to; \
+ $(LN_S) $(sdir)/help/$$from $(DESTDIR)$(runhelpdir)/$$to; \
done < help.txt; \
fi
.PHONY: install.runhelp