X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=install.sh;h=a2d30fda761a6a4de79509235df377765b4d5f7f;hb=b282ecc0240c6dc67aaeea2d64046d411738385a;hp=2002101e845dec1b7bee3b864f4d8b512dfef8d1;hpb=94ebb3fb0c00799e2fa3d69cb0c52a772cee47f6;p=sbcl.git diff --git a/install.sh b/install.sh index 2002101..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 $BUILD_ROOT$MAN_DIR/man1/ +cp doc/sbcl.1 doc/sbcl-asdf-install.1 $BUILD_ROOT$MAN_DIR/man1/ # installing contrib