mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.1 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/emacs/no-shared.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -urN emacs-21.3/etc/Makefile emacs-21.3-fixed/etc/Makefile
  20. --- emacs-21.3/etc/Makefile 1995-04-26 22:59:05.000000000 +0200
  21. +++ emacs-21.3-fixed/etc/Makefile 2003-03-29 02:05:11.000000000 +0100
  22. @@ -12,7 +12,7 @@
  23. clean distclean maintainer-clean:
  24. -rm -f DOC* core
  25. -SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
  26. +SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* ledit.l ms-* \
  27. news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
  28. vcdiff vipcard.tex xmouse.doc
  29. diff -urN emacs-21.3/lib-src/Makefile.in emacs-21.3-fixed/lib-src/Makefile.in
  30. --- emacs-21.3/lib-src/Makefile.in 2002-05-31 18:45:17.000000000 +0200
  31. +++ emacs-21.3-fixed/lib-src/Makefile.in 2003-03-29 02:03:28.000000000 +0100
  32. @@ -294,15 +294,8 @@
  33. install: ${archlibdir}
  34. @echo
  35. - @echo "Installing utilities for users to run."
  36. - for file in ${INSTALLABLES} ; do \
  37. - $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
  38. - chmod a+rx ${bindir}/$${file}; \
  39. - done
  40. - for file in ${INSTALLABLE_SCRIPTS} ; do \
  41. - $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
  42. - chmod a+rx ${bindir}/$${file}; \
  43. - done
  44. + @echo "Installing no utilities for users."
  45. + @echo "They are shared with emacs and in a seperate ROCK package."
  46. uninstall:
  47. (cd ${bindir}; \