From: Thomas Petazzoni Date: Sun, 30 Nov 2014 14:18:17 +0000 (+0100) Subject: wipe: don't install man pages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c254d121b6d880d4e87f1a2512ccae0268e6d09f;p=buildroot.git 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 Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- 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))