]> git.pld-linux.org Git - packages/libedit.git/blame - libedit-man.patch
- rediffed
[packages/libedit.git] / libedit-man.patch
CommitLineData
41766472
MK
1diff -urNp -x '*.orig' libedit-20191231-3.1.org/doc/Makefile.am libedit-20191231-3.1/doc/Makefile.am
2--- libedit-20191231-3.1.org/doc/Makefile.am 2018-05-25 19:50:45.000000000 +0200
3+++ libedit-20191231-3.1/doc/Makefile.am 2022-03-01 23:21:05.335645824 +0100
4@@ -52,7 +52,7 @@ EL_MAN_LINKS += \
dce0f28f
JB
5 install-data-hook: $(EL_MAN_LINKS)
6
7 $(EL_MAN_LINKS):
8- (cd $(DESTDIR)$(man3dir) && rm -f $@ && $(LN_S) editline.3 $@)
9+ (cd $(DESTDIR)$(man3dir) && rm -f $@ && echo '.so editline.3' > $@)
10
11 $(EL_MANS):
41766472 12 @if test "$(MANTYPE)" = "mdoc"; then\
This page took 0.101842 seconds and 4 git commands to generate.