fuse: cleanup patch handling
Move patch to package dir like other packages and fixup patch-kernel invocation.
This commit is contained in:
parent
c50d5170f8
commit
884dcd878a
@ -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 $@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user