fix mistakes in unpack change

SVN-Revision: 5077
This commit is contained in:
Felix Fietkau
2006-10-14 13:04:50 +00:00
parent 5f05cf26ee
commit 794114c706
3 changed files with 6 additions and 6 deletions

View File

@@ -272,7 +272,7 @@ endef
ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default
$(UNPACK)
$(PKG_UNPACK)
@if [ -d ./patches ]; then \
$(PATCH) $(PKG_BUILD_DIR) ./patches; \
fi