diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:39 +0000 |
commit | 04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1 (patch) | |
tree | aadf6684ddb287ecaaa4bfc482ab8859ce3742cb /INSTALL | |
parent | Adding debian version 1.15~pre1-2. (diff) | |
download | lziprecover-04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1.tar.xz lziprecover-04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1.zip |
Merging upstream version 1.15~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ Procedure --------- 1. Unpack the archive if you have not done so already: - lzip -cd lziprecover[version].tar.lz | tar -xf - + tar -xf lziprecover[version].tar.lz or - gzip -cd lziprecover[version].tar.gz | tar -xf - + lzip -cd lziprecover[version].tar.lz | tar -xf - This creates the directory ./lziprecover[version] containing the source from the main archive. |