fix mistakes in unpack change
SVN-Revision: 5077
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user