summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2007-01-02 12:22:59 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2007-01-02 12:22:59 +0000
commit52f715e042c76d38be94f7a8929d82d56d9caef7 (patch)
tree54d36a529e32cbedc70d27f57c067dab1fc2cc0d
parent32db859fc8b96b8ae91a6c03edde745b1a8fef2a (diff)
downloadlighttpd-debian/1.4.13-7.tar.gz
eloy: typo fixeddebian/1.4.13-7
-rw-r--r--debian/lighttpd.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lighttpd.postinst b/debian/lighttpd.postinst
index 2edd848..e07ce47 100644
--- a/debian/lighttpd.postinst
+++ b/debian/lighttpd.postinst
@@ -6,7 +6,7 @@ set -e
if [ "$1" = "configure" ]; then
if [ ! -r /var/www/index.lighttpd.html ];
then
- cp /usr/share/lighttpd/index.html /var/www/index.lighttpdhtml
+ cp /usr/share/lighttpd/index.html /var/www/index.lighttpd.html
else
if md5sum --check --status /usr/share/lighttpd/index.html.md5
then