diff options
| author | Eric Andersen <andersen@codepoet.org> | 2006-04-06 17:47:53 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2006-04-06 17:47:53 +0000 | 
| commit | afd4b07278e22cf67566d20b25b61cf15646cfae (patch) | |
| tree | 53016003a18763c17b6055856760c59711e603d8 | |
| parent | 51c429bf065a3697768a9983b25c307e00bda03e (diff) | |
| download | buildroot-novena-afd4b07278e22cf67566d20b25b61cf15646cfae.tar.gz buildroot-novena-afd4b07278e22cf67566d20b25b61cf15646cfae.zip | |
will_newton writes: thttpd install fails
| -rw-r--r-- | package/thttpd/thttpd.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/thttpd/thttpd.mk b/package/thttpd/thttpd.mk index 75623d0a5..24dd149f0 100644 --- a/package/thttpd/thttpd.mk +++ b/package/thttpd/thttpd.mk @@ -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 | 
