diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-03-13 14:21:54 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-03-13 14:34:49 -0300 |
commit | 8061b28ea02d49efe8ee6e1736b77ea9ce3009d2 (patch) | |
tree | 431d523f722ef0a626b13faa52f04e8af9b9575b /lang/python/python-chardet | |
parent | d8de24183fcc049aac3af0c57c2dc23a2f39ba57 (diff) |
python-chardet: fix Makefile typo
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'lang/python/python-chardet')
-rw-r--r-- | lang/python/python-chardet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-chardet/Makefile b/lang/python/python-chardet/Makefile index 24d164ada..bce37b3c2 100644 --- a/lang/python/python-chardet/Makefile +++ b/lang/python/python-chardet/Makefile @@ -23,7 +23,7 @@ include ../python3-package.mk PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) -define Package/python-chardet/Defaults +define Package/python-chardet/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages |