Correctly create the directory /usr/share/man/man1 instead of /usr/share/man/man1/man1.
Obtained from the Debian package [1]. [1] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/fix_makefile_typo.patch/ --- wmcalc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcalc/Makefile b/wmcalc/Makefile index 4dc8440..90a0fd7 100644 --- a/wmcalc/Makefile +++ b/wmcalc/Makefile @@ -28,5 +28,5 @@ install:: $(INSTALL_PROGRAM) wmcalc $(DESTDIR)$(BINDIR) $(INSTALL_DIR) $(DESTDIR)$(CONF) $(INSTALL_FILE) wmcalc.conf $(DESTDIR)$(CONF) - $(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1 + $(INSTALL_DIR) $(DESTDIR)$(MANDIR) $(INSTALL_FILE) wmcalc.1 $(DESTDIR)$(MANDIR) -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.