File: install.sh

package info (click to toggle)
sbcl 0.7.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,872 kB
  • ctags: 10,729
  • sloc: lisp: 140,342; ansic: 12,797; asm: 1,423; sh: 937; makefile: 54
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

# Install SBCL files into the usual places.

cp src/runtime/sbcl /usr/local/bin/
cp output/sbcl.core /usr/local/lib/
cp doc/sbcl.1 /usr/local/man/man1/