diff options
Diffstat (limited to 'python3-schema/Makefile')
-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) |