diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-22 09:29:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-22 09:29:49 +0000 |
commit | 81001579bcf9c799e1668f4ccf580cee37f0afe5 (patch) | |
tree | 411c015431422cecfae44c0142cd45b16b235d29 | |
parent | 5cfa19607679144df9e192aa8edaf1d0aa12cc43 (diff) | |
download | buildroot-novena-81001579bcf9c799e1668f4ccf580cee37f0afe5.tar.gz buildroot-novena-81001579bcf9c799e1668f4ccf580cee37f0afe5.zip |
Fix bad patch naming scheme
-rw-r--r-- | package/bash/bash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 784b678dc..07b86f6a9 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -19,7 +19,7 @@ bash-source: $(DL_DIR)/$(BASH_SOURCE) bash-unpacked: $(BASH_DIR)/.unpacked $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE) $(BASH_CAT) $(DL_DIR)/$(BASH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - toolchain/patch-kernel.sh $(BASH_DIR) package/bash/ bash??-* + toolchain/patch-kernel.sh $(BASH_DIR) package/bash/ bash??-\* # This is broken when -lintl is added to LIBS $(SED) 's,LIBS_FOR_BUILD =.*,LIBS_FOR_BUILD =,g' \ $(BASH_DIR)/builtins/Makefile.in |