Update webui.mk, fix S93telegrambot

pull/1319/head
Signor Pellegrino 2024-02-16 23:16:31 +03:00 committed by GitHub
parent 97e89eea9b
commit 23505c88a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ define WEBUI_INSTALL_TARGET_CMDS
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(WEBUI_PKGDIR)/files/etc/*
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/init.d
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(WEBUI_PKGDIR)/files/init.d/*
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(WEBUI_PKGDIR)/files/etc/init.d/*
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr
cp -rv $(@D)/files/usr/sbin $(TARGET_DIR)/usr