From 6a40f2f84bc5dd0b4664bef9e4f3309e21826ecb Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 4 Oct 2012 22:43:50 +0200 Subject: Build system: replace PACKAGES_BUILD -> embtk_pkgb Signed-off-by: Abdoulaye Walsimou Gaye --- packages/net/iptables/iptables.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/net/iptables') diff --git a/packages/net/iptables/iptables.mk b/packages/net/iptables/iptables.mk index e42523d..4eec24d 100644 --- a/packages/net/iptables/iptables.mk +++ b/packages/net/iptables/iptables.mk @@ -27,8 +27,8 @@ IPTABLES_NAME := iptables IPTABLES_VERSION := $(call embtk_get_pkgversion,iptables) IPTABLES_SITE := ftp://ftp.netfilter.org/pub/iptables IPTABLES_PACKAGE := iptables-$(IPTABLES_VERSION).tar.bz2 -IPTABLES_SRC_DIR := $(PACKAGES_BUILD)/iptables-$(IPTABLES_VERSION) -IPTABLES_BUILD_DIR := $(PACKAGES_BUILD)/iptables-$(IPTABLES_VERSION) +IPTABLES_SRC_DIR := $(embtk_pkgb)/iptables-$(IPTABLES_VERSION) +IPTABLES_BUILD_DIR := $(embtk_pkgb)/iptables-$(IPTABLES_VERSION) IPTABLES_SBINS := iptables ip6tables ip6tables-restore ip6tables-save IPTABLES_SBINS += iptables-restore iptables-save -- cgit v1.2.3