Makefile.autotools.in: also remove man pages from /usr/share/man
This commit is contained in:
parent
4dffbc8760
commit
555a7f5e50
@ -238,7 +238,7 @@ $(BUILD_DIR)/%/.stamp_staging_installed:
|
|||||||
$(BUILD_DIR)/%/.stamp_target_installed:
|
$(BUILD_DIR)/%/.stamp_target_installed:
|
||||||
$(call MESSAGE,"Installing to target")
|
$(call MESSAGE,"Installing to target")
|
||||||
$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_INSTALL_TARGET_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_INSTALL_TARGET_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
||||||
$(if $(BR2_HAVE_MANPAGES),,for d in man; do \
|
$(if $(BR2_HAVE_MANPAGES),,for d in man share/man; do \
|
||||||
rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \
|
rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \
|
||||||
done)
|
done)
|
||||||
$(if $(BR2_HAVE_INFOPAGES),,for d in info share/info; do \
|
$(if $(BR2_HAVE_INFOPAGES),,for d in info share/info; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user