fbset: use .patch.$ARCH naming convention

This commit is contained in:
Peter Korsgaard 2008-04-24 09:03:22 +00:00
parent 445cde11bf
commit 167ada823b
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ $(DL_DIR)/$(FBSET_SOURCE):
$(FBSET_DIR)/.unpacked: $(DL_DIR)/$(FBSET_SOURCE)
$(FBSET_CAT) $(DL_DIR)/$(FBSET_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(FBSET_DIR) package/fbset/ fbset-$(FBSET_VERSION)\*.patch\*
toolchain/patch-kernel.sh $(FBSET_DIR) package/fbset/ \
fbset-$(FBSET_VERSION)\*.patch \
fbset-$(FBSET_VERSION)\*.patch.$(ARCH)
touch $@
$(FBSET_DIR)/$(FBSET_BINARY): $(FBSET_DIR)/.unpacked