[Pkg-wmaker-commits] [wmcalc] 59/65: wmcalc: Fix typo in Makefile.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcalc.

commit 4ff88a27be2d547f9b01a1f62696a8fefb85937a
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Aug 23 02:20:07 2015 -0400

    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/
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4dc8440..90a0fd7 100644
--- a/Makefile
+++ b/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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcalc.git



More information about the Pkg-wmaker-commits mailing list