fix the path to the build dir for host packages
SVN-Revision: 14998
This commit is contained in:
parent
0a81b47617
commit
9d8f81149f
@ -100,8 +100,8 @@ define Quilt/RefreshDir
|
|||||||
mkdir -p $(2)
|
mkdir -p $(2)
|
||||||
-rm -f $(2)/* 2>/dev/null >/dev/null
|
-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 \
|
for patch in $$$$($(if $(3),grep "^$(3)",cat) $(1)/patches/series | awk '{print $$$$1}'); do \
|
||||||
$(CP) -v "$(PKG_BUILD_DIR)/patches/$$$$patch" $(2); \
|
$(CP) -v "$(1)/patches/$$$$patch" $(2); \
|
||||||
done; \
|
done; \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user