From 0b25154a74c34cf0a2c81e48340e15ed3f80606f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 3 May 2014 11:49:17 +0100 Subject: [PATCH] Use a build subdirectory to avoid losing anything after reboot --- beaglebone.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 4b92d1e2..82615f5f 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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