diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 16:11:31 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 16:11:31 +0200 |
commit | bb201833867cb83ee3766d6b1a5ad2e804e1e0e3 (patch) | |
tree | 1f96017ad15903696a6beda6b0f68d67cc1c5219 | |
parent | 80fb71fe1f7ecb143a4cde74ebfb1ca3a5506af3 (diff) | |
download | openwrt-personal-pkgs-bb201833867cb83ee3766d6b1a5ad2e804e1e0e3.tar.gz openwrt-personal-pkgs-bb201833867cb83ee3766d6b1a5ad2e804e1e0e3.tar.bz2 openwrt-personal-pkgs-bb201833867cb83ee3766d6b1a5ad2e804e1e0e3.zip |
python3-chardet: fix build
-rw-r--r-- | python3-chardet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-chardet/Makefile b/python3-chardet/Makefile index 9a7fc6a..a629fb5 100644 --- a/python3-chardet/Makefile +++ b/python3-chardet/Makefile @@ -8,7 +8,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/chardet/ PKG_SOURCE:=chardet-$(PKG_VERSION).tar.gz PKG_MDSUM:=7dd1ba7f9c77e32351b0a0cfacf4055c PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> -PKG_BUILD_DIR:=$(BUILD_DIR)/charder-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/chardet-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk $(call include_mk, python3-package.mk) |