From 4ce7746cb59a01d27c50af627281862ddf959656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 14 Jul 2018 20:26:52 +0000 Subject: [PATCH] Put man pages in the right place --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3173bc1..aa1ee2a 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ install: all pidfilewrapper.1 setruid.1 mkdir -p $(BINDIR) install pidfilewrapper setruid $(BINDIR) mkdir -p $(DESTDIR)$(MANDIR)/man1 - cp pidfilewrapper.1 setruid.1 $(DESTDIR)$(MANDIR) + cp pidfilewrapper.1 setruid.1 $(DESTDIR)$(MANDIR)/man1 uninstall: - rm -f $(BINDIR)/pidfilewrapper $(BINDIR)/setruid $(DESTDIR)$(MANDIR)/man1/pidfilewrapper.1 $(DESTDIR)$(MANDIR)/setruid.1 + rm -f $(BINDIR)/pidfilewrapper $(BINDIR)/setruid $(DESTDIR)$(MANDIR)/man1/pidfilewrapper.1 $(DESTDIR)$(MANDIR)/man1/setruid.1 clean: rm -f pidfilewrapper