Browse Source

Use a build subdirectory to avoid losing anything after reboot

Bob Mottram 11 years ago
parent
commit
0b25154a74
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      beaglebone.txt

+ 3
- 2
beaglebone.txt View File

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