Misc improvements
[sbcl/autoconf.git] / postinstall.sh
blobe49f0fbbecbf478186c326868496d3e3a099ab2b
1 #!/bin/bash
3 echo "SBCL has been installed to $INSTALL_ROOT."
4 echo "Please make sure that $INSTALL_ROOT/bin is in your system PATH."
5 if test $INSTALL_ROOT != /usr/local; then
6 echo "To use, export SBCL_HOME=$INSTALL_ROOT/lib/sbcl or call
7 sbcl --core $INSTALL_ROOT/lib/sbcl/sbcl.core"
8 fi