summaryrefslogtreecommitdiffstats
path: root/package/pptp-linux
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-30 15:18:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-01 23:17:53 +0100
commit6b66deab8783d9c9bf0df2c0236a5e2e61a6aed6 (patch)
tree393f05094f09366f20d0b7dcf214c0638bdb59a4 /package/pptp-linux
parentffe945be4b705871b3497b2b70db8415cf67b95d (diff)
downloadbuildroot-6b66deab8783d9c9bf0df2c0236a5e2e61a6aed6.tar.gz
buildroot-6b66deab8783d9c9bf0df2c0236a5e2e61a6aed6.zip
pptp-linux: don't install man page
We don't support installing documentation on the target, so there's no point in having explicit code to do so. 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>
Diffstat (limited to 'package/pptp-linux')
-rw-r--r--package/pptp-linux/pptp-linux.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk
index dc624eb316..d7edf6cd06 100644
--- a/package/pptp-linux/pptp-linux.mk
+++ b/package/pptp-linux/pptp-linux.mk
@@ -21,7 +21,6 @@ endef
define PPTP_LINUX_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/pptp $(TARGET_DIR)/usr/sbin/pptp
- $(INSTALL) -m 0644 -D $(@D)/pptp.8 $(TARGET_DIR)/usr/share/man/man8/pptp.8
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud