From 5bf6257342fd888a34eb48b3880432f868f4b7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 18 May 2021 22:49:23 +0200 Subject: bigclown: fixes for invalid python path --- bigclown-gateway/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bigclown-gateway/Makefile') diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index ece71ac..41732a3 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -15,9 +15,9 @@ PKG_MAINTAINER:=Karel Kočí PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -include ../../../lang/python/pypi.mk +include $(TOPDIR)/feeds/packages/lang/python/pypi.mk include $(INCLUDE_DIR)/package.mk -include ../../../lang/python/python3-package.mk +include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk define Package/bigclown-gateway SECTION:=utils -- cgit v1.2.3