Skip to content
Snippets Groups Projects
Commit c7baada2 authored by wlott's avatar wlott
Browse files

Fixed typo and changed it to no longer link in the fonts directory.

parent 96be355c
No related branches found
No related tags found
No related merge requests found
#!/bin/csh -f #!/bin/csh -f
if ($?argv != 4) then if ($#argv != 4) then
echo usage: mk-release dst-sys dst-release src-sys src-release echo usage: mk-release dst-sys dst-release src-sys src-release
exit 1 exit 1
endif endif
...@@ -33,7 +33,10 @@ else ...@@ -33,7 +33,10 @@ else
ln -s $src/cmucl bin/cmucl ln -s $src/cmucl bin/cmucl
endif endif
ln -s cmucl bin/lisp ln -s cmucl bin/lisp
ln -s $clisp/etc/* lib ln -s $clisp/etc/XKeysymDB lib
ln -s $clisp/etc/hemlock11.cursor lib
ln -s $clisp/etc/hemlock11.mask lib
ln -s $clisp/etc/mh-scan lib
ln -s $clisp/releases/$srcrelease/common/* lib ln -s $clisp/releases/$srcrelease/common/* lib
ln -s $src/{*.core,mot*,site-init.*,spell*} lib ln -s $src/{*.core,mot*,site-init.*,spell*} lib
mkdir doc mkdir doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment