From: Jameson Graef Rollins Date: Tue, 27 Dec 2011 17:23:47 +0000 (-0800) Subject: force install notmuch-setup.1 symlink X-Git-Tag: debian/0.12_rc1-1~241 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f3d800124f682e0443b76583f12c9abe0abb9403;hp=f079f5f931e40eb57abd93c5d0d6de515f48eafd force install notmuch-setup.1 symlink This will prevent the install from failing if the link already exists. --- 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)..."