浏览代码

Use a build subdirectory to avoid losing anything after reboot

Bob Mottram 11 年前
父节点
当前提交
0b25154a74
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      beaglebone.txt

+ 3
- 2
beaglebone.txt 查看文件

905
 Now download and install tlsdate.
905
 Now download and install tlsdate.
906
 
906
 
907
 #+BEGIN_SRC: bash
907
 #+BEGIN_SRC: bash
908
-cd /tmp
908
+mkdir ~/build
909
+cd ~/build
909
 git clone https://github.com/ioerror/tlsdate.git
910
 git clone https://github.com/ioerror/tlsdate.git
910
-cd tlsdate
911
+cd ~/build/tlsdate
911
 ./autogen.sh
912
 ./autogen.sh
912
 ./configure
913
 ./configure
913
 make
914
 make