aboutsummaryrefslogtreecommitdiff
path: root/development/sbcl/doinst.sh
diff options
context:
space:
mode:
authorEugene M <damagedone@gmx.com>2017-11-04 15:15:10 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-11-04 15:15:10 +0000
commit498dfb872721bcb343d921c9d33a6a1f6cca1575 (patch)
tree3dd87ebe0e9b049cbde1da729db3fdf83d9b96d1 /development/sbcl/doinst.sh
parentdbf64038894430ff00173846c87c1f625ae5c2d1 (diff)
development/sbcl: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/sbcl/doinst.sh')
-rw-r--r--development/sbcl/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/sbcl/doinst.sh b/development/sbcl/doinst.sh
new file mode 100644
index 0000000000000..b579e3db7fad7
--- /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