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.

20 lines
915 B

  1. We do not want this package to grab the xemacs binary - we use xemacs-beta
  2. for this preview package.
  3. - Rene Rebe <rene@rocklinux.org>
  4. --- xemacs-21.5.17/Makefile.in.in 2004-01-28 12:20:34.000000000 +0100
  5. +++ xemacs-21.5.17-xft/Makefile.in.in 2004-04-28 01:17:43.000000000 +0200
  6. @@ -395,9 +395,9 @@
  7. ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}-${version}
  8. -chmod 0755 ${bindir}/${PROGNAME}-${version}
  9. # ifdef CYGWIN
  10. - cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME}
  11. + cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version}.exe ./${PROGNAME}-beta
  12. # else
  13. - cd ${bindir} && $(RM) ./${PROGNAME} && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME}
  14. + cd ${bindir} && $(RM) ./${PROGNAME}-beta && ${LN_S} ${PROGNAME}-${version} ./${PROGNAME}-beta
  15. # endif /* CYGWIN */
  16. #endif /* WIN32_NATIVE */
  17. if test "${prefix}" != "${exec_prefix}"; then \