diff options
author | Eugene M <damagedone@gmx.com> | 2017-09-03 12:37:46 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-03 12:37:46 +0100 |
commit | afda57004ac3d2b91a4b196c2afc6484b0cec9ab (patch) | |
tree | 23c83c0aa3789a48fdf4b28e7b6c4a6bdb2be2f1 /development/sbcl/doinst.sh | |
parent | f3a8305a66455339528014fc165fbef1d49c6741 (diff) |
development/sbcl: Updated for version 1.3.21.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/sbcl/doinst.sh')
-rw-r--r-- | development/sbcl/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/sbcl/doinst.sh b/development/sbcl/doinst.sh new file mode 100644 index 0000000000..b579e3db7f --- /dev/null +++ b/development/sbcl/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/install-info ]; then + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/sbcl.info.gz 2> /dev/null + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/asdf.info.gz 2> /dev/null +fi |