will_newton writes: thttpd install fails
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Apr 2006 17:47:53 +0000 (17:47 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Apr 2006 17:47:53 +0000 (17:47 -0000)
package/thttpd/thttpd.mk

index 75623d0a5cb38791e5d3e1993dfa78c5677aaa64..24dd149f0e258116f1ce3dc88524d6af82744c84 100644 (file)
@@ -40,7 +40,7 @@ $(TARGET_DIR)/$(THTTPD_TARGET_BINARY): $(THTTPD_DIR)/$(THTTPD_BINARY)
        install -D $(THTTPD_DIR)/extras/htpasswd $(TARGET_DIR)/bin/htpasswd
        install -D $(THTTPD_DIR)/extras/makeweb $(TARGET_DIR)/bin/makeweb
        install -D $(THTTPD_DIR)/extras/syslogtocern $(TARGET_DIR)/bin/syslogtocern
-       install -D $(THTTPD_DIR)/scripts/thttpd_wrapper $(TARGET_DIR)/sbin
+       install -D $(THTTPD_DIR)/scripts/thttpd_wrapper $(TARGET_DIR)/sbin/thttpd_wrapper
        install -D $(THTTPD_DIR)/scripts/thttpd.sh $(TARGET_DIR)/etc/init.d/S90thttpd
        cp $(TARGET_DIR)/etc/init.d/S90thttpd $(TARGET_DIR)/etc/init.d/S90thttpd.in
        cp $(TARGET_DIR)/sbin/thttpd_wrapper $(TARGET_DIR)/sbin/thttpd_wrapper.in