X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5f3470d6fe9de1b23a5332fd051d729330695726..73ee554b8e686ebe39b5e67244bff2db075f902b:/include/quilt.mk?ds=sidebyside diff --git a/include/quilt.mk b/include/quilt.mk index 1bbe9d6ee..6c4839ba4 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -100,8 +100,8 @@ define Quilt/RefreshDir mkdir -p $(2) -rm -f $(2)/* 2>/dev/null >/dev/null @( \ - for patch in $$$$($(if $(3),grep "^$(3)",cat) $(PKG_BUILD_DIR)/patches/series | awk '{print $$$$1}'); do \ - $(CP) -v "$(PKG_BUILD_DIR)/patches/$$$$patch" $(2); \ + for patch in $$$$($(if $(3),grep "^$(3)",cat) $(1)/patches/series | awk '{print $$$$1}'); do \ + $(CP) -v "$(1)/patches/$$$$patch" $(2); \ done; \ ) endef