summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-13 00:45:38 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-13 00:45:38 +0200
commit65fe9416ff0d1d4ba3aeaaf5bb462f401d054a6d (patch)
tree118ff4e67e0510461af85dddf60a02dcbfd116a7
parentb126c613959c119f6a57123bd921c2a5395767a0 (diff)
downloadopenwrt-personal-pkgs-65fe9416ff0d1d4ba3aeaaf5bb462f401d054a6d.tar.gz
openwrt-personal-pkgs-65fe9416ff0d1d4ba3aeaaf5bb462f401d054a6d.tar.bz2
openwrt-personal-pkgs-65fe9416ff0d1d4ba3aeaaf5bb462f401d054a6d.zip
python3-jsonpath-ng: fix
-rw-r--r--python3-jsonpath-ng/Makefile1
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)