
12 Jan
2014
12 Jan
'14
6:06 a.m.
commit c43fbb1ef12faf8d60c35649869404d2d63c9633 Author: Isis Lovecruft <isis@torproject.org> Date: Mon Aug 19 17:32:54 2013 +0000 Change Makefile install directive to record where the files were installed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f563c1..25e624c 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ test: python setup.py test install: - python setup.py install + python setup.py install --record installed-files.txt