cd home dir before remove sbcl source
This commit is contained in:
parent
7b1c87bcc3
commit
b924379e76
1 changed files with 3 additions and 2 deletions
|
@ -449,12 +449,13 @@ write_files:
|
||||||
# Compile and install
|
# Compile and install
|
||||||
sh make.sh --fancy
|
sh make.sh --fancy
|
||||||
sudo sh install.sh
|
sudo sh install.sh
|
||||||
# Check version
|
|
||||||
sbcl --version
|
|
||||||
# Remove ubuntu specific sbcl
|
# Remove ubuntu specific sbcl
|
||||||
sudo apt remove sbcl -y
|
sudo apt remove sbcl -y
|
||||||
# Remove source packages
|
# Remove source packages
|
||||||
|
cd ~/
|
||||||
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
||||||
|
# Check version
|
||||||
|
sbcl --version
|
||||||
|
|
||||||
- path: /home/cl/02_setup_quicklisp.sh
|
- path: /home/cl/02_setup_quicklisp.sh
|
||||||
owner: 'cl:cl'
|
owner: 'cl:cl'
|
||||||
|
|
Loading…
Add table
Reference in a new issue