diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 11:25:11 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 11:25:11 +0200 |
commit | a0e3148c8e1b70ea61159d8cd0c8d9692945c8d0 (patch) | |
tree | 76d946ce1a3bf9e946202f9e6aa0efcc198b4406 | |
parent | abd0770f558ba71fbea2f56b44caebce0ae134be (diff) | |
download | openwrt-personal-pkgs-a0e3148c8e1b70ea61159d8cd0c8d9692945c8d0.tar.gz openwrt-personal-pkgs-a0e3148c8e1b70ea61159d8cd0c8d9692945c8d0.tar.bz2 openwrt-personal-pkgs-a0e3148c8e1b70ea61159d8cd0c8d9692945c8d0.zip |
python3-schema: fix compilation
-rw-r--r-- | python3-schema/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-schema/Makefile b/python3-schema/Makefile index 8fd5c8e..fd3811a 100644 --- a/python3-schema/Makefile +++ b/python3-schema/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_URL:=https://github.com/keleshev/schema/archive/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MDSUM:=d3f3ebab4939b18ea299f63fe64ce7f9 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> -PKG_BUILD_DIR:=$(BUILD_DIR)/schema-v$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/schema-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk $(call include_mk, python3-package.mk) |