Add colon to TESTPATH (oops!)
This commit is contained in:
parent
42f69dab7e
commit
7590193909
|
@ -31,7 +31,7 @@
|
|||
DESTLIB=$(prefix)/lib/python
|
||||
|
||||
# Standard enabled (tests are always available)
|
||||
TESTPATH=$(DESTLIB)/test
|
||||
TESTPATH=:$(DESTLIB)/test
|
||||
|
||||
# Enable this for SGI systems
|
||||
ARCHPATH=:$(DESTLIB)/sgi
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
DESTLIB=$(prefix)/lib/python
|
||||
|
||||
# Standard enabled (tests are always available)
|
||||
TESTPATH=$(DESTLIB)/test
|
||||
TESTPATH=:$(DESTLIB)/test
|
||||
|
||||
# Enable this for SGI systems
|
||||
ARCHPATH=:$(DESTLIB)/sgi
|
||||
|
|
Loading…
Reference in New Issue