Skip to content

Commit e68fdd3

Browse files
hhoffstaettetwaugh
authored andcommitted
Fix installation of gitshow/gitshowview completion symlinks
Fixes #174 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
1 parent 478d482 commit e68fdd3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ install-data-hook:
9999
mv bash-completion-patchutils interdiff && \
100100
for cmd in filterdiff lsdiff grepdiff combinediff flipdiff rediff \
101101
splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
102-
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
102+
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
103+
gitshow gitshowview; do \
103104
ln -sf interdiff "$$cmd" || true; \
104105
done; \
105106
fi
@@ -118,7 +119,8 @@ uninstall-local:
118119
cd "$(DESTDIR)$(bashcompletiondir)" && \
119120
for cmd in filterdiff lsdiff grepdiff interdiff combinediff flipdiff rediff \
120121
splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
121-
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
122+
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
123+
gitshow gitshowview; do \
122124
rm -f "$$cmd"; \
123125
done; \
124126
rm -f patchutils; \

0 commit comments

Comments
 (0)