Use a build subdirectory to avoid losing anything after reboot

This commit is contained in:
Bob Mottram 2014-05-03 11:49:17 +01:00
parent 2908784631
commit 0b25154a74
1 changed files with 3 additions and 2 deletions

View File

@ -905,9 +905,10 @@ apt-get install build-essential automake git pkg-config autoconf libtool libssl-
Now download and install tlsdate.
#+BEGIN_SRC: bash
cd /tmp
mkdir ~/build
cd ~/build
git clone https://github.com/ioerror/tlsdate.git
cd tlsdate
cd ~/build/tlsdate
./autogen.sh
./configure
make