code for updating node
[sfa.git] / Makefile
index 3052870..c8f3004 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
 #
 # 
 # Meta
+DESTDIR="/"
 init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py 
 
 subdirs := keyconvert #pyOpenSSL-0.9
@@ -10,7 +11,7 @@ subdirs := keyconvert #pyOpenSSL-0.9
 all: $(init) $(subdirs)
 
 install: all
-       python setup.py install --root=$(DESTDIR)
+       python setup.py install --root=$(DESTDIR) --record=GENI_INSTALLED_FILES
 
 $(subdirs): $(init)