diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-16 18:51:20 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-16 18:51:20 +0000 |
commit | 41decaa9fea506c08f210f411710951f4920b91d (patch) | |
tree | f84d747585e23d96842ff43f272016e2d0e2d0ef /package/bash | |
parent | 0f620a15c57ceceabd761429a03240ccf97fd3c7 (diff) | |
download | buildroot-novena-41decaa9fea506c08f210f411710951f4920b91d.tar.gz buildroot-novena-41decaa9fea506c08f210f411710951f4920b91d.zip |
- install some more stuff that goes into staging_dir into the proper place.
First hunk of fixes for bug #1290
Diffstat (limited to 'package/bash')
-rw-r--r-- | package/bash/bash.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 55beae958..9201753be 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -65,6 +65,7 @@ $(BASH_DIR)/$(BASH_BINARY): $(BASH_DIR)/.configured $(TARGET_DIR)/$(BASH_TARGET_BINARY): $(BASH_DIR)/$(BASH_BINARY) $(MAKE1) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BASH_DIR) install rm -f $(TARGET_DIR)/bin/bash* + -mkdir $(TARGET_DIR)/bin mv $(TARGET_DIR)/usr/bin/bash* $(TARGET_DIR)/bin/ (cd $(TARGET_DIR)/bin; /bin/ln -fs bash sh) rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ |