fuse: cleanup patch handling

Move patch to package dir like other packages and fixup patch-kernel
invocation.
This commit is contained in:
Peter Korsgaard 2008-07-10 10:12:15 +00:00
parent c50d5170f8
commit 884dcd878a
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(DL_DIR)/$(LIBFUSE_SOURCE):
$(LIBFUSE_DIR)/.source: $(DL_DIR)/$(LIBFUSE_SOURCE)
$(ZCAT) $(DL_DIR)/$(LIBFUSE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(LIBFUSE_DIR) package/fuse/ patch/*.patch
toolchain/patch-kernel.sh $(LIBFUSE_DIR) package/fuse/ \*.patch
touch $@