|
@@ -756,6 +756,7 @@ ifneq ($(BR2_PACKAGE_GDB),y)
|
|
endif
|
|
endif
|
|
ifneq ($(BR2_PACKAGE_BASH),y)
|
|
ifneq ($(BR2_PACKAGE_BASH),y)
|
|
rm -rf $(TARGET_DIR)/usr/share/bash-completion
|
|
rm -rf $(TARGET_DIR)/usr/share/bash-completion
|
|
|
|
+ rm -rf $(TARGET_DIR)/etc/bash_completion.d
|
|
endif
|
|
endif
|
|
ifneq ($(BR2_PACKAGE_ZSH),y)
|
|
ifneq ($(BR2_PACKAGE_ZSH),y)
|
|
rm -rf $(TARGET_DIR)/usr/share/zsh
|
|
rm -rf $(TARGET_DIR)/usr/share/zsh
|