dev-tex/git-latexdiff: Add version 20201119
[shuber-gentoo-overlay.git] / dev-tex / git-latexdiff / files / Makefile-distdir.patch
1 --- a/Makefile 2021-04-16 22:20:59.112809512 +0200
2 +++ b/Makefile 2021-04-16 22:22:08.415560216 +0200
3 @@ -1,5 +1,5 @@
4 -gitexecdir = ${shell git --exec-path}
5 -gitmanpath = ${shell git --man-path}
6 +gitexecdir = ${DESTDIR}${shell git --exec-path}
7 +gitmanpath = ${DESTDIR}${shell git --man-path}
8
9 -include ./config.mak
10
11 @@ -38,6 +38,7 @@ help:
12 install: install-bin install-doc
13
14 install-bin:
15 + mkdir -p ${gitexecdir_SQ}
16 sed -e '1s|#!.*/bash|#!$(BASH_PATH_SQ)|' \
17 -e 's|@GIT_LATEXDIFF_VERSION@|$(GIT_LATEXDIFF_VERSION)|' \
18 $(SCRIPT) > '$(gitexecdir_SQ)/$(SCRIPT)'