OpenSDE Packages Database (without history before r20070)
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.

39 lines
1.9 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../xemacs-beta/only-versioned-bin.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- xemacs-21.5.19/Makefile.in.in.vanilla 2005-01-31 21:01:50.000000000 +0100
  17. +++ xemacs-21.5.19/Makefile.in.in 2005-03-07 09:22:03.000000000 +0100
  18. @@ -392,17 +392,17 @@
  19. ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp
  20. #endif
  21. #ifdef WIN32_NATIVE
  22. - ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}
  23. - -chmod 0755 ${bindir}/${PROGNAME}
  24. + ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-beta
  25. + -chmod 0755 ${bindir}/${PROGNAME}-beta
  26. #else
  27. # ifdef CYGWIN
  28. ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version}.exe
  29. -chmod 0755 ${bindir}/${PROGNAME}-${version}.exe
  30. - cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME}
  31. + cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME}-beta
  32. # else
  33. ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version}
  34. -chmod 0755 ${bindir}/${PROGNAME}-${version}
  35. - cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME}
  36. + cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME}-beta
  37. # endif /* CYGWIN */
  38. #endif /* WIN32_NATIVE */
  39. if test "${prefix}" != "${exec_prefix}"; then \