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/
This commit is contained in:
Doug Torrance 2015-08-23 02:20:07 -04:00 committed by Carlos R. Mafra
parent 66ea05ae67
commit cdc66d640f

View file

@ -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)