summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-06-30 17:20:54 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-06-30 17:20:54 +0000
commitec20416e0b1a3196130b697600cca6ea5570c2e4 (patch)
tree59c49dbcc2e52b92c24cb9bfd72bac59e6a50778 /rules/thttpd.make
parent511138604a31ec7869e8017c2c7d1a6d1f5d4c90 (diff)
downloadptxdist-ec20416e0b1a3196130b697600cca6ea5570c2e4.tar.gz
ptxdist-ec20416e0b1a3196130b697600cca6ea5570c2e4.tar.xz
update to 2.25b; fixed install path
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2855 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index c120edb11..acbef624c 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -19,7 +19,7 @@ endif
#
# Paths and names
#
-THTTPD_VERSION = 2.24
+THTTPD_VERSION = 2.25b
THTTPD = thttpd-$(THTTPD_VERSION)
THTTPD_SUFFIX = tar.gz
THTTPD_URL = http://www.acme.com/software/thttpd/$(THTTPD).$(THTTPD_SUFFIX)
@@ -132,7 +132,7 @@ $(STATEDIR)/thttpd.targetinstall: $(thttpd_targetinstall_deps)
@$(call install_fixup,DEPENDS,)
@$(call install_fixup,DESCRIPTION,missing)
- @$(call install_copy, 0, 0, 0555, (THTTPD_DIR)/thttpd, /sbin/thttpd)
+ @$(call install_copy, 0, 0, 0555, $(THTTPD_DIR)/thttpd, /usr/sbin/thttpd)
@$(call install_finish)
touch $@