File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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; \
You can’t perform that action at this time.
0 commit comments