From 0f0c71989bf84f39a44922a3eb6461cc2d67d9a1 Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:06:22 +0100 Subject: [PATCH] [no ci] Package: update webui-next install path --- general/package/webui-next/webui-next.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/package/webui-next/webui-next.mk b/general/package/webui-next/webui-next.mk index cbb4a7dd..8d764e47 100644 --- a/general/package/webui-next/webui-next.mk +++ b/general/package/webui-next/webui-next.mk @@ -11,10 +11,10 @@ WEBUI_NEXT_LICENSE_FILES = LICENSE define WEBUI_NEXT_INSTALL_TARGET_CMDS $(INSTALL) -m 755 -d $(TARGET_DIR)/usr - cp -rv $(@D)/files/usr/sbin $(TARGET_DIR)/usr + cp -r $(@D)/sbin $(TARGET_DIR)/usr $(INSTALL) -m 755 -d $(TARGET_DIR)/var - cp -rv $(@D)/files/var/www $(TARGET_DIR)/var + cp -r $(@D)/www $(TARGET_DIR)/var endef $(eval $(generic-package))