Commit 884dcd87 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

fuse: cleanup patch handling

Move patch to package dir like other packages and fixup patch-kernel
invocation.
parent c50d5170
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $@