[PATCH 2/5] wmcalc: Fix typo in Makefile.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
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 [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.