home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 8 / IOPROG_8.ISO / contents / scripts / emacsbin < prev    next >
Encoding:
Text File  |  1997-08-25  |  355 b   |  9 lines

  1. ( cd usr/bin ; rm -rf emacs )
  2. ( cd usr/bin ; ln -sf emacs-19.34-with-x11 emacs )
  3. ( cd usr/share/emacs ; rm -rf lock )
  4. ( cd usr/share/emacs ; ln -sf /var/lock/emacs lock )
  5. ( cd usr/lib ; rm -rf emacs )
  6. ( cd usr/lib ; ln -sf ../share/emacs emacs )
  7. ( cd usr/share/emacs/19.34 ; rm -rf site-lisp )
  8. ( cd usr/share/emacs/19.34 ; ln -sf ../site-lisp site-lisp )
  9.