From 015df15104e4fb4b29a3739f2448fb77314ca0be Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 24 Jan 2021 01:19:42 +0800 Subject: [PATCH] bpytop: install missing theme files Signed-off-by: CN_SZTL --- package/ctcgfw/bpytop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/ctcgfw/bpytop/Makefile b/package/ctcgfw/bpytop/Makefile index c6d8917324..67bea755ab 100644 --- a/package/ctcgfw/bpytop/Makefile +++ b/package/ctcgfw/bpytop/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bpytop PKG_VERSION:=1.0.60 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=bpytop PKG_HASH:=48cf23725a873f77f562a89b18ac91dedfd39cf35586582a7668580da7b12826 @@ -38,6 +38,8 @@ define Package/bpytop/install $(call Py3Package/$(1)/install,$(PKG_INSTALL_DIR)) $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ + $(INSTALL_DIR) $(1)/usr/share + $(CP) $(PKG_BUILD_DIR)/bpytop-themes $(1)/usr/share/bpytop endef $(eval $(call Py3Package,bpytop))