Skip to content

Commit b5a6f19

Browse files
authored
Merge pull request #175 from hhoffstaette/completion-symlinks-0.4.x
Fix installation of gitshow/gitshowview completion symlinks
2 parents e664ecc + e11ca95 commit b5a6f19

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
@@ -179,7 +179,8 @@ install-data-hook:
179179
mv bash-completion-patchutils interdiff && \
180180
for cmd in filterdiff lsdiff grepdiff combinediff flipdiff rediff \
181181
splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
182-
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
182+
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
183+
gitshow gitshowview; do \
183184
ln -sf interdiff "$$cmd" || true; \
184185
done; \
185186
fi
@@ -202,7 +203,8 @@ endif
202203
cd "$(DESTDIR)$(bashcompletiondir)" && \
203204
for cmd in filterdiff lsdiff grepdiff interdiff combinediff flipdiff rediff \
204205
splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
205-
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
206+
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
207+
gitshow gitshowview; do \
206208
rm -f "$$cmd"; \
207209
done; \
208210
rm -f patchutils; \

0 commit comments

Comments
 (0)