From 794114c706f1a4e4c4b1d6fcd7ccdc8b39533d91 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Oct 2006 13:04:50 +0000 Subject: fix mistakes in unpack change SVN-Revision: 5077 --- include/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/package.mk') diff --git a/include/package.mk b/include/package.mk index fc1b7802f9..706b38d12a 100644 --- a/include/package.mk +++ b/include/package.mk @@ -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 -- cgit v1.2.3