diff options
-rw-r--r-- | python3-jsonpath-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python3-jsonpath-ng/Makefile b/python3-jsonpath-ng/Makefile index 14de303..f0393fb 100644 --- a/python3-jsonpath-ng/Makefile +++ b/python3-jsonpath-ng/Makefile @@ -7,6 +7,7 @@ PKG_SOURCE_URL:=https://github.com/h2non/jsonpath-ng/archive/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MDSUM:=aa3162e145a7c5cab58662f49db7aecf PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> +PKG_BUILD_DIR:=$(BUILD_DIR)/jsonpath-ng-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk $(call include_mk, python3-package.mk) |