From cdc66d640faae525a7c02bdbcbf36536bf5c166c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 23 Aug 2015 02:20:07 -0400 Subject: [PATCH] wmcalc: Fix typo in Makefile. 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)