svn commit: trunk/buildroot/package/thttpd

andersen at uclibc.org andersen at uclibc.org
Thu Apr 6 17:47:57 UTC 2006


Author: andersen
Date: 2006-04-06 10:47:53 -0700 (Thu, 06 Apr 2006)
New Revision: 14769

Log:
will_newton writes: thttpd install fails


Modified:
   trunk/buildroot/package/thttpd/thttpd.mk


Changeset:
Modified: trunk/buildroot/package/thttpd/thttpd.mk
===================================================================
--- trunk/buildroot/package/thttpd/thttpd.mk	2006-04-06 17:45:35 UTC (rev 14768)
+++ trunk/buildroot/package/thttpd/thttpd.mk	2006-04-06 17:47:53 UTC (rev 14769)
@@ -40,7 +40,7 @@
 	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




More information about the uClibc-cvs mailing list