X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=install.sh;h=a2d30fda761a6a4de79509235df377765b4d5f7f;hb=ef8fd235fa2ca39e444710d1bc275acbc8d3279c;hp=6e11bd1e7bb8074eed663f31ab18026f238c61cf;hpb=dcd17d1d3759cc94ecd4fa0bf154e9d7d6f27894;p=sbcl.git diff --git a/install.sh b/install.sh index 6e11bd1..a2d30fd 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ ensure_dirs () { for j in $*; do - test -d $j || mkdir $j + test -d $j || mkdir -p $j done; } @@ -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 \ - $MAN_DIR $MAN_DIR/man1 \ + $BUILD_ROOT$MAN_DIR $BUILD_ROOT$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 $MAN_DIR/man1/ +cp doc/sbcl.1 doc/sbcl-asdf-install.1 $BUILD_ROOT$MAN_DIR/man1/ # installing contrib