remove uneeded PKG_BUILD_DIR & PKG_CAT overrides

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-02-22 02:37:56 +01:00
parent cd21cbb82e
commit e24dfafb01
27 changed files with 4 additions and 43 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
PKG_MD5SUM:=0892fbf993407c6b5a16f96e23299b62
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_CAT :=zcat
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk