aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2011-12-27 09:23:47 -0800
committerGravatar David Bremner <bremner@debian.org>2011-12-31 15:16:32 -0400
commitf3d800124f682e0443b76583f12c9abe0abb9403 (patch)
tree7e3a1464502cd897b66ceb42d62d95709cf49345 /man
parentf079f5f931e40eb57abd93c5d0d6de515f48eafd (diff)
force install notmuch-setup.1 symlink
This will prevent the install from failing if the link already exists.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.local b/man/Makefile.local
index a3ae8976..d43a949c 100644
--- a/man/Makefile.local
+++ b/man/Makefile.local
@@ -41,7 +41,7 @@ install-man: $(COMPRESSED_MAN)
install -m0644 $(MAN1_GZ) $(DESTDIR)/$(mandir)/man1
install -m0644 $(MAN5_GZ) $(DESTDIR)/$(mandir)/man5
install -m0644 $(MAN7_GZ) $(DESTDIR)/$(mandir)/man7
- cd $(DESTDIR)/$(mandir)/man1 && ln -s notmuch.1.gz notmuch-setup.1.gz
+ cd $(DESTDIR)/$(mandir)/man1 && ln -sf notmuch.1.gz notmuch-setup.1.gz
verify-version-manpage: verify-version-components
@echo -n "Checking that manual page version is $(VERSION)..."