mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Added missing line continuation. Thanks to Netocrat.
darcs-hash:20060810185244-ac50b-944f18d3bed557061e0625b805e51a6a743835ae.gz
This commit is contained in:
parent
7a884e11a6
commit
51d58a6a7c
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ uninstall: uninstall-translations
|
|||
if test -d $(DESTDIR)$(docdir); then \
|
||||
rm -r $(DESTDIR)$(docdir);\
|
||||
fi
|
||||
for i in $(MANUALS); do
|
||||
for i in $(MANUALS); do \
|
||||
rm -f $(DESTDIR)$(mandir)/man1/`basename $$i`*; \
|
||||
done;
|
||||
.PHONY: uninstall
|
||||
|
|
Loading…
Reference in a new issue