From: Thomas Petazzoni Date: Sun, 30 Nov 2014 14:18:19 +0000 (+0100) Subject: tree: don't install man page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0882557b6ed0ece9ce0a3f6f9a69fabca888617a;p=buildroot.git tree: 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 Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/tree/tree.mk b/package/tree/tree.mk index 922deb8d8d..83ea472f69 100644 --- a/package/tree/tree.mk +++ b/package/tree/tree.mk @@ -16,8 +16,6 @@ endef define TREE_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/tree $(TARGET_DIR)/usr/bin/tree - $(INSTALL) -D -m 0644 $(@D)/doc/tree.1 \ - $(TARGET_DIR)/usr/share/man/man1/tree.1 endef $(eval $(generic-package))