From: Daniel Barlow Date: Sat, 25 Oct 2003 20:56:01 +0000 (+0000) Subject: 0.8.5.1 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=dcd17d1d3759cc94ecd4fa0bf154e9d7d6f27894;p=sbcl.git 0.8.5.1 $PREFIX/share/man/man1, not $PREFIX/man/man1 --- diff --git a/install.sh b/install.sh index 0a08541..6e11bd1 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ ensure_dirs () } INSTALL_ROOT=${INSTALL_ROOT-/usr/local} -MAN_DIR=${MAN_DIR-$INSTALL_ROOT/man} +MAN_DIR=${MAN_DIR-$INSTALL_ROOT/share/man} SBCL_SOURCE=`pwd` if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then echo SBCL_HOME environment variable is set, and conflicts with INSTALL_ROOT. @@ -23,7 +23,7 @@ SBCL_HOME=$INSTALL_ROOT/lib/sbcl export SBCL_HOME INSTALL_ROOT ensure_dirs $BUILD_ROOT$INSTALL_ROOT $BUILD_ROOT$INSTALL_ROOT/bin \ $BUILD_ROOT$INSTALL_ROOT/lib \ - $BUILD_ROOT$INSTALL_ROOT/man $BUILD_ROOT$INSTALL_ROOT/man/man1 \ + $MAN_DIR $MAN_DIR/man1 \ $BUILD_ROOT$SBCL_HOME $BUILD_ROOT$SBCL_HOME/systems \ $BUILD_ROOT$SBCL_HOME/site-systems @@ -36,7 +36,7 @@ test -f $BUILD_ROOT$SBCL_HOME/sbcl.core && \ cp src/runtime/sbcl $BUILD_ROOT$INSTALL_ROOT/bin/ cp output/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core -cp doc/sbcl.1 $BUILD_ROOT$INSTALL_ROOT/man/man1/ +cp doc/sbcl.1 $MAN_DIR/man1/ # installing contrib diff --git a/version.lisp-expr b/version.lisp-expr index c716a00..3c69138 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.5" +"0.8.5.1"