From 0aa0a4a9c81fd339a13c5d6d721bb7251a4e3c2c Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sat, 13 Sep 2025 19:23:09 +0300 Subject: [PATCH] Add /usr/lib/podkop path --- podkop/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podkop/Makefile b/podkop/Makefile index e86de4d..d5c7d66 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -55,6 +55,9 @@ define Package/podkop/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) ./files/usr/bin/podkop $(1)/usr/bin/podkop + + $(INSTALL_DIR) $(1)/usr/lib/podkop + $(CP) ./files/usr/lib/* $(1)/usr/lib/podkop/ endef $(eval $(call BuildPackage,podkop))