diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2007-01-02 12:22:59 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2007-01-02 12:22:59 +0000 |
commit | 52f715e042c76d38be94f7a8929d82d56d9caef7 (patch) | |
tree | 54d36a529e32cbedc70d27f57c067dab1fc2cc0d | |
parent | 32db859fc8b96b8ae91a6c03edde745b1a8fef2a (diff) | |
download | lighttpd-debian/1.4.13-7.tar.gz |
eloy: typo fixeddebian/1.4.13-7
-rw-r--r-- | debian/lighttpd.postinst | 2 |
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 |