Fix motion autostart (#523)

pull/527/head
Igor Zalatov 2022-10-23 19:26:27 +03:00 committed by GitHub
parent d8838fe74c
commit 20b5768594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ define MICROBE_WEB_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/init.d
cp ../general/package/microbe-web/files/S50httpd $(TARGET_DIR)/etc/init.d
cp -rv $(@D)/files/etc/init.d/* $(TARGET_DIR)/etc/init.d
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr
cp -rv $(@D)/files/usr/sbin $(TARGET_DIR)/usr