Kaydet (Commit) 1403b9fe authored tarafından Jack Jansen's avatar Jack Jansen

When installing the "python" link in bindir also test for a pre-existing

symlink and remove it.
üst 45c8e927
...@@ -560,7 +560,7 @@ $(DESTSHARED): ...@@ -560,7 +560,7 @@ $(DESTSHARED):
# Install the interpreter (by creating a hard link to python$(VERSION)) # Install the interpreter (by creating a hard link to python$(VERSION))
bininstall: altbininstall bininstall: altbininstall
-if test -f $(BINDIR)/$(PYTHON); \ -if test -f $(BINDIR)/$(PYTHON) -o -L $(BINDIR)/$(PYTHON); \
then rm -f $(BINDIR)/$(PYTHON); \ then rm -f $(BINDIR)/$(PYTHON); \
else true; \ else true; \
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment