Added site-packages. (Sorry, forgot who submitted this patch.)
This commit is contained in:
parent
e56b4cf804
commit
0f7bd3ce9f
|
@ -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…
Reference in New Issue