Blame SOURCES/quota-4.01-Remove-installation-of-manpages-into-section-2.patch

370c56
From 246dd4960e6878f3ff2e1fe34ef978bcb21e8d03 Mon Sep 17 00:00:00 2001
370c56
From: Carsten Grohmann <cgrohmann@users.sf.net>
370c56
Date: Wed, 14 Aug 2013 18:16:46 +0200
370c56
Subject: [PATCH] Remove installation of manpages into section 2
370c56
MIME-Version: 1.0
370c56
Content-Type: text/plain; charset=UTF-8
370c56
Content-Transfer-Encoding: 8bit
370c56
370c56
There are no manpages in this section in quota tools anymore. So just
370c56
remove the installation commands.
370c56
370c56
Signed-off-by: Carsten Grohmann <cgrohmann@users.sf.net>
370c56
Signed-off-by: Jan Kara <jack@suse.cz>
370c56
Signed-off-by: Petr Písař <ppisar@redhat.com>
370c56
---
370c56
 Makefile.in | 2 --
370c56
 1 file changed, 2 deletions(-)
370c56
370c56
diff --git a/Makefile.in b/Makefile.in
370c56
index c81d7a9..84fafce 100644
370c56
--- a/Makefile.in
370c56
+++ b/Makefile.in
370c56
@@ -89,7 +89,6 @@ install: all @INSTMO@
370c56
 	-$(INSTALL) -m $(DEF_CONF_MODE) quotatab $(ROOTDIR)$(sysconfdir)
370c56
 	-$(INSTALL) -m $(DEF_CONF_MODE) quotagrpadmins $(ROOTDIR)$(sysconfdir)
370c56
 	-mkdir -p $(ROOTDIR)$(mandir)/man1
370c56
-	-mkdir -p $(ROOTDIR)$(mandir)/man2
370c56
 	-mkdir -p $(ROOTDIR)$(mandir)/man3
370c56
 	-mkdir -p $(ROOTDIR)$(mandir)/man8
370c56
 	-$(INSTALL) -m 755 -d $(ROOTDIR)$(includedir)/rpcsvc
370c56
@@ -100,7 +99,6 @@ ifneq ($(NETLINKLIBS),)
370c56
 	-$(INSTALL) $(STRIP) -m $(DEF_SBIN_MODE) quota_nld $(ROOTDIR)$(sbindir)
370c56
 endif
370c56
 	-$(INSTALL) -m $(DEF_MAN_MODE) *.1 $(ROOTDIR)$(mandir)/man1
370c56
-	-$(INSTALL) -m $(DEF_MAN_MODE) *.2 $(ROOTDIR)$(mandir)/man2
370c56
 	-$(INSTALL) -m $(DEF_MAN_MODE) *.3 $(ROOTDIR)$(mandir)/man3
370c56
 	-$(INSTALL) -m $(DEF_MAN_MODE) *.8 $(ROOTDIR)$(mandir)/man8
370c56
 
370c56
-- 
370c56
1.8.3.1
370c56