foxygit / doom Log in
commit 0d083b8565e10c8629ea2a66c7d985e95f979af8
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Jan 14 21:48:45 2017 +0000
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Jan 14 21:48:45 2017 +0000

    INSTALL: Fix .lha filename extension.

    LHA is the name of the tool, and .lzh is the extension used for files
    of this format.
---
 man/INSTALL.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/INSTALL.template b/man/INSTALL.template
index 69f4cca7..3aeccf66 100644
--- a/man/INSTALL.template
+++ b/man/INSTALL.template
@@ -117,9 +117,9 @@ From the command line it is possible to combine these files into a
 single large file, using a command similar to the following:

 #if _WIN32
-   copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lha
+   copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lzh
 #else
-   cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lha
+   cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lzh
 #endif

 The resulting file is an LHA archive file, and it can be extracted