From f3d800124f682e0443b76583f12c9abe0abb9403 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Tue, 27 Dec 2011 09:23:47 -0800 Subject: [PATCH] force install notmuch-setup.1 symlink This will prevent the install from failing if the link already exists. --- man/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)..." -- 2.43.0