X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fquilt.mk;h=6c4839ba4ac324efc5f226e03c9bf548c6fb8572;hb=9711e6ad5501f7119b02d21d6553e02da4ab8a36;hp=1bbe9d6ee2142f83dad4498983bdf1e4304a8b2c;hpb=3616727c87b49fe5e95c630c898daece28c0f23f;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/include/quilt.mk b/include/quilt.mk index 1bbe9d6ee2..6c4839ba4a 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