diff options
author | Karel Kočí <cynerd@email.cz> | 2021-05-18 22:49:23 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-05-18 22:49:23 +0200 |
commit | 5bf6257342fd888a34eb48b3880432f868f4b7b2 (patch) | |
tree | aa665f4e4f3309586d5d24166da532f70681f931 /bigclown-gateway/Makefile | |
parent | 53f535f7ccfeaf191c11350f422b062b68870ae3 (diff) | |
download | openwrt-personal-pkgs-5bf6257342fd888a34eb48b3880432f868f4b7b2.tar.gz openwrt-personal-pkgs-5bf6257342fd888a34eb48b3880432f868f4b7b2.tar.bz2 openwrt-personal-pkgs-5bf6257342fd888a34eb48b3880432f868f4b7b2.zip |
bigclown: fixes for invalid python path
Diffstat (limited to 'bigclown-gateway/Makefile')
-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 |