mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
- need to mkdir etc/init.d. Closes #1465
This commit is contained in:
parent
016963484c
commit
e67d464bc4
@ -56,6 +56,7 @@ $(TARGET_DIR)/$(DROPBEAR_TARGET_BINARY): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY)
|
|||||||
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
|
||||||
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
|
||||||
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
|
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
|
||||||
|
mkdir -p $(TARGET_DIR)/etc/init.d
|
||||||
cp -dpf $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
|
cp -dpf $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
|
||||||
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user