mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/sbcl: Fix SBCL_HOME variable.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8be525ae74
commit
11cfebc178
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=sbcl
|
||||
VERSION=${VERSION:-1.2.16}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -75,6 +75,7 @@ sh make.sh clisp --prefix=/usr --fancy
|
|||
|
||||
make -C doc/manual info pdf
|
||||
|
||||
SBCL_HOME="" \
|
||||
INSTALL_ROOT=$PKG/usr \
|
||||
MAN_DIR=$PKG/usr/man \
|
||||
INFO_DIR=$PKG/usr/info \
|
||||
|
|
Loading…
Reference in a new issue