aboutsummaryrefslogtreecommitdiffstats
path: root/include/package.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 13:04:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 13:04:50 +0000
commit794114c706f1a4e4c4b1d6fcd7ccdc8b39533d91 (patch)
treefcefbdcd68e06463a555a2de53760d046acbb5a6 /include/package.mk
parent5f05cf26ee5760df67732ef75e9205aba2ac788e (diff)
downloadupstream-794114c706f1a4e4c4b1d6fcd7ccdc8b39533d91.tar.gz
upstream-794114c706f1a4e4c4b1d6fcd7ccdc8b39533d91.tar.bz2
upstream-794114c706f1a4e4c4b1d6fcd7ccdc8b39533d91.zip
fix mistakes in unpack change
SVN-Revision: 5077
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
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