- need to mkdir etc/init.d. Closes #1465
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 14:11:28 +0000 (14:11 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 14:11:28 +0000 (14:11 -0000)
package/dropbear/dropbear.mk

index f8c4b1c0c64857df9b395883931dbe7c331b24a2..fc9152721cd9f28e6e6fb6d6967993c1155c0cd2 100644 (file)
@@ -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/dropbearkey
        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/
        chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear