summaryrefslogtreecommitdiffstats
path: root/package/wipe
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-30 15:18:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-01 23:08:21 +0100
commitc254d121b6d880d4e87f1a2512ccae0268e6d09f (patch)
tree073951a1555b9846bd01bf17ed68af27888de3e1 /package/wipe
parent754014693733d821a6a80a3206a446f549d39d6f (diff)
downloadbuildroot-c254d121b6d880d4e87f1a2512ccae0268e6d09f.tar.gz
buildroot-c254d121b6d880d4e87f1a2512ccae0268e6d09f.zip
wipe: don't install man pages
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/wipe')
-rw-r--r--package/wipe/wipe.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk
index 4deabab156..ee4682c5a4 100644
--- a/package/wipe/wipe.mk
+++ b/package/wipe/wipe.mk
@@ -13,7 +13,6 @@ WIPE_LICENSE_FILES = LICENSE
define WIPE_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
- $(INSTALL) -D $(@D)/wipe.1 $(TARGET_DIR)/usr/share/man/man1/wipe.1
endef
$(eval $(autotools-package))
OpenPOWER on IntegriCloud