mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Added site-packages. (Sorry, forgot who submitted this patch.)
This commit is contained in:
parent
e56b4cf804
commit
0f7bd3ce9f
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ maninstall:
|
|||
# Install the library
|
||||
PLATDIR= plat-$(MACHDEP)
|
||||
MACHDEPS= $(PLATDIR)
|
||||
LIBSUBDIRS= lib-old lib-tk test test/output encodings \
|
||||
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
||||
distutils distutils/command $(MACHDEPS)
|
||||
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue