Changeset fcef59 in git for Makefile.in


Ignore:
Timestamp:
Mar 3, 2009, 12:40:43 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
9cb4078b918c5799bfa2896f95e3c4bfc8f5bd73
Parents:
e2efe91afee158b75e0f62d51b0159a285107053
Message:
adjusted shortcuts to also work under Windows Vista


git-svn-id: file:///usr/local/Singular/svn/trunk@11513 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    re2efe91 rfcef59  
    347347        @echo -e  '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh
    348348        @echo -e  'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh
    349         @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 1 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
     349        @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
    350350        @echo -e  '       -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular CAS\\Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh
    351351        @echo -e  '       -w /bin \' >> /etc/postinstall/singular-icons.sh
     
    366366        @echo -e  '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh
    367367        @echo -e  'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh
    368         @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 1 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
     368        @echo -e  'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh
    369369        @echo -e  '       -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh
    370370        @echo -e  '       -w /bin \' >> /etc/postinstall/singular-icons.sh
Note: See TracChangeset for help on using the changeset viewer.