home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Linux / Slackware / contents / scripts / emacsbin < prev    next >
Encoding:
Text File  |  1999-02-08  |  365 b   |  9 lines

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