projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8893c7
)
0.8.5.5
author
Daniel Barlow
<dan@telent.net>
Sun, 26 Oct 2003 04:04:28 +0000
(
04:04
+0000)
committer
Daniel Barlow
<dan@telent.net>
Sun, 26 Oct 2003 04:04:28 +0000
(
04:04
+0000)
BUILD_ROOT
install.sh
patch
|
blob
|
history
version.lisp-expr
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
6e11bd1
..
2002101
100644
(file)
--- a/
install.sh
+++ b/
install.sh
@@
-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 $BUILD_ROOT$MAN_DIR/man1/
# installing contrib
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
69a6497
..
4455e27
100644
(file)
--- 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.3"
+"0.8.5.4"