diff options
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r-- | package/bash/bash.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 0c8a954b20..387c3e930b 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -41,14 +41,4 @@ define BASH_INSTALL_TARGET_CMDS ln -sf bash $(TARGET_DIR)/bin/sh endef -# Restore the old shell file/link if there was one -define BASH_UNINSTALL_TARGET_CMDS - $(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) \ - -C $(BASH_DIR) exec_prefix=/ uninstall - rm -f $(TARGET_DIR)/bin/sh - if [ -e $(TARGET_DIR)/bin/sh.prebash ]; then \ - mv -f $(TARGET_DIR)/bin/sh.prebash $(TARGET_DIR)/bin/sh; \ - fi -endef - $(eval $(autotools-package)) |