diff options
Diffstat (limited to 'python-appdirs')
-rw-r--r-- | python-appdirs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-appdirs/Makefile b/python-appdirs/Makefile index adc81a7..7b5edbe 100644 --- a/python-appdirs/Makefile +++ b/python-appdirs/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=MIT PKG_BUILD_DIR:=$(BUILD_DIR)/appdirs-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk +include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk define Package/python3-appdirs SECTION:=lang |