fix mistakes in unpack change
SVN-Revision: 5077
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
include $(INCLUDE_DIR)/host.mk
|
||||
include $(INCLUDE_DIR)/unpack.mk
|
||||
|
||||
ifneq ($(strip $(UNPACK)),)
|
||||
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