Initial revision
[sbcl.git] / install.sh
1 #!/bin/sh
2
3 # Install SBCL files into the usual places.
4
5 cp src/runtime/sbcl /usr/local/bin/
6 cp output/sbcl.core /usr/local/lib/
7 cp doc/sbcl.1 /usr/local/man/man1/