X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=c8f3004770d8cb392250cf32073c681562be5f87;hb=def6736b4e54c981e2c47ec176e1784a548ab00a;hp=305287020faf10fc9912aef93eae11a1cd48ed31;hpb=5a09036825d1890de546582e6361f16cf44188d9;p=sfa.git diff --git a/Makefile b/Makefile index 30528702..c8f30047 100644 --- 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)