From 52f715e042c76d38be94f7a8929d82d56d9caef7 Mon Sep 17 00:00:00 2001 From: Krzysztof Krzyżaniak Date: Tue, 2 Jan 2007 12:22:59 +0000 Subject: eloy: typo fixed --- debian/lighttpd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3