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>
This commit is contained in:
parent
7540146937
commit
c254d121b6
@ -13,7 +13,6 @@ WIPE_LICENSE_FILES = LICENSE
|
|||||||
|
|
||||||
define WIPE_INSTALL_TARGET_CMDS
|
define WIPE_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
|
$(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
|
||||||
$(INSTALL) -D $(@D)/wipe.1 $(TARGET_DIR)/usr/share/man/man1/wipe.1
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user