[no ci] Package: update webui-next install path

pull/1299/head
Viktor 2024-02-05 01:06:22 +01:00
parent ffdca6bb5b
commit 0f0c71989b
1 changed files with 2 additions and 2 deletions

View File

@ -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))