mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-03 14:17:37 +00:00
version bump
This commit is contained in:
parent
7241eb0fd1
commit
18067a1c2e
@ -20,12 +20,12 @@ To install Tomb simply download the source distribution (the tar.gz file)
|
|||||||
from https://files.dyne.org/tomb and decompress it. From a terminal:
|
from https://files.dyne.org/tomb and decompress it. From a terminal:
|
||||||
|
|
||||||
cd Downloads
|
cd Downloads
|
||||||
tar xvfz Tomb-2.3.tar.gz (correct with actual file name)
|
tar xvfz Tomb-2.4.tar.gz (correct with actual file name)
|
||||||
|
|
||||||
Then enter its directory and run 'make install' as root, this will install
|
Then enter its directory and run 'make install' as root, this will install
|
||||||
Tomb into /usr/local:
|
Tomb into /usr/local:
|
||||||
|
|
||||||
cd Tomb-2.3 (correct with actual directory name)
|
cd Tomb-2.4 (correct with actual directory name)
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
After installation one can read the commandline help or read the manual:
|
After installation one can read the commandline help or read the manual:
|
||||||
|
4
tomb
4
tomb
@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
# {{{ Global variables
|
# {{{ Global variables
|
||||||
|
|
||||||
typeset VERSION="2.3"
|
typeset VERSION="2.4"
|
||||||
typeset DATE="Jan/2017"
|
typeset DATE="Apr/2017"
|
||||||
typeset TOMBEXEC=$0
|
typeset TOMBEXEC=$0
|
||||||
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
||||||
# TODO: configure which tmp dir to use from a cli flag
|
# TODO: configure which tmp dir to use from a cli flag
|
||||||
|
Loading…
Reference in New Issue
Block a user