# Add this to doinst.sh before running makepkg:
# patcode(tm):
if fgrep "GCL TK Doc" usr/info/dir 1> /dev/null 2> /dev/null ; then
  true
else
  cat << EOF >> usr/info/dir
* GCL Doc: (gcl-si.info).       GNU Common Lisp specific Documentation.
* GCL TK Doc: (gcl-tk.info).    TK window GCL interface.
* GCL Ansi Doc: (gcl.info).  Ansi Common Lisp Specification.
EOF
fi
# Autogenerated portion begins:
( cd usr/bin ; rm -rf gcl.exe )
( cd usr/bin ; ln -sf /usr/lib/gcl-2.3/unixport/saved_gcl gcl.exe )
( cd usr/lib/gcl-2.3 ; rm -rf info )
( cd usr/lib/gcl-2.3 ; ln -sf /usr/info info )
