Bläddra i källkod

Use a build subdirectory to avoid losing anything after reboot

Bob Mottram 11 år sedan
förälder
incheckning
0b25154a74
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3
    2
      beaglebone.txt

+ 3
- 2
beaglebone.txt Visa fil

@@ -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