Changeset 1539 for python


Ignore:
Timestamp:
Dec 21, 2018, 7:57:38 PM (7 years ago)
Author:
Silvan Scherrer
Message:

don't add a .exe extention to a symlink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Makefile.pre.in

    r568 r1539  
    865865        fi
    866866        (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
    867         -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
    868         (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
     867        -rm -f $(DESTDIR)$(BINDIR)/python2
     868        (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2)
    869869        -rm -f $(DESTDIR)$(BINDIR)/python2-config
    870870        (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config)
Note: See TracChangeset for help on using the changeset viewer.