diff options
Diffstat (limited to 'bigclown-gateway')
-rw-r--r-- | bigclown-gateway/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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čí <cynerd@email.cz> 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 |