vsftpd: don't install manpages
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Nov 2014 14:17:50 +0000 (15:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Dec 2014 21:34:19 +0000 (22:34 +0100)
Installing manpages to the target is quite useless, since we don't
support installing documentation on the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vsftpd/vsftpd.mk

index 1c468edd6daa648d64503b6c39003c98ac3b1ad9..b94328da8402258afc133657b85af49278c844f6 100644 (file)
@@ -49,10 +49,6 @@ endef
 
 define VSFTPD_INSTALL_TARGET_CMDS
        $(INSTALL) -D -m 755 $(@D)/vsftpd $(TARGET_DIR)/usr/sbin/vsftpd
-       $(INSTALL) -D -m 644 $(@D)/vsftpd.8 \
-               $(TARGET_DIR)/usr/share/man/man8/vsftpd.8
-       $(INSTALL) -D -m 644 $(@D)/vsftpd.conf.5 \
-               $(TARGET_DIR)/usr/share/man/man5/vsftpd.conf.5
        test -f $(TARGET_DIR)/etc/vsftpd.conf || \
                $(INSTALL) -D -m 644 $(@D)/vsftpd.conf \
                        $(TARGET_DIR)/etc/vsftpd.conf