From: Peter Korsgaard Date: Tue, 1 Jul 2008 12:04:18 +0000 (-0000) Subject: Makefile.autotools.in: also remove man pages from /usr/share/man X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=555a7f5e50ef3ea60920bddfd35b9945bf78c5eb;p=buildroot.git Makefile.autotools.in: also remove man pages from /usr/share/man --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 76d734745b..ae48654e26 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -238,7 +238,7 @@ $(BUILD_DIR)/%/.stamp_staging_installed: $(BUILD_DIR)/%/.stamp_target_installed: $(call MESSAGE,"Installing to target") $($(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; \ done) $(if $(BR2_HAVE_INFOPAGES),,for d in info share/info; do \