mirror of https://github.com/python/cpython
Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version>
directory.
This commit is contained in:
parent
a22865ec44
commit
cd28b0210f
|
@ -321,6 +321,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||||
esac; \
|
esac; \
|
||||||
done; \
|
done; \
|
||||||
done
|
done
|
||||||
|
$(INSTALL_DATA) LICENSE $(LIBDEST)/LICENSE.txt
|
||||||
PYTHONPATH=$(LIBDEST) \
|
PYTHONPATH=$(LIBDEST) \
|
||||||
./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST)
|
./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST)
|
||||||
PYTHONPATH=$(LIBDEST) \
|
PYTHONPATH=$(LIBDEST) \
|
||||||
|
|
Loading…
Reference in New Issue