Skip to content

Commit 06ebaf8

Browse files
hhoffstaettetwaugh
authored andcommitted
Symlink completions to an existing command (#93)
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
1 parent 8fe1b3c commit 06ebaf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ install-exec-hook:
7575
install-data-hook:
7676
if [ -d "$(DESTDIR)$(bashcompletiondir)" ]; then \
7777
cd "$(DESTDIR)$(bashcompletiondir)" && \
78-
mv bash-completion-patchutils patchutils && \
79-
for cmd in filterdiff lsdiff grepdiff interdiff combinediff flipdiff rediff \
78+
mv bash-completion-patchutils interdiff && \
79+
for cmd in filterdiff lsdiff grepdiff combinediff flipdiff rediff \
8080
splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
8181
fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
82-
ln -sf patchutils "$$cmd" || true; \
82+
ln -sf interdiff "$$cmd" || true; \
8383
done; \
8484
fi
8585

0 commit comments

Comments
 (0)