From a0e3148c8e1b70ea61159d8cd0c8d9692945c8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Sep 2018 11:25:11 +0200 Subject: python3-schema: fix compilation --- python3-schema/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3-schema/Makefile') 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čí -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) -- cgit v1.2.3