gnupg: don't bother removing a man page
The target-finalize target in the main Makefile removes $(TARGET_DIR)/usr/share/man entirely, so there's no point in having some package specific logic to remove man pages. 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
6b66deab87
commit
05ef5316d0
@ -39,8 +39,7 @@ endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_GNUPG_GPGV),y)
|
||||
define GNUPG_REMOVE_GPGV
|
||||
rm -f $(TARGET_DIR)/usr/bin/gpgv \
|
||||
$(TARGET_DIR)/usr/share/man/man1/gpgv.1
|
||||
rm -f $(TARGET_DIR)/usr/bin/gpgv
|
||||
endef
|
||||
GNUPG_POST_INSTALL_TARGET_HOOKS += GNUPG_REMOVE_GPGV
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user