From: Josh Karlin Date: Thu, 22 Apr 2010 19:20:23 +0000 (+0000) Subject: Updated makefile X-Git-Tag: geni-apiv1-totrunk~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=927fcb2064c193487c280b40c6003e7ae3268e18;p=sfa.git Updated makefile --- diff --git a/Makefile b/Makefile index 3bdf714d..79321726 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,6 @@ # overwritten by the specfile DESTDIR="/" -ifndef PREFIX - PREFIX="/usr" -endif - ########## all: keyconvert python wsdl @@ -38,14 +34,9 @@ xmlbuilder-install: cd xmlbuilder-0.9 && python setup.py install --root=$(DESTDIR) && cd - python-install: - python setup.py install --root=$(DESTDIR) --home=$(PREFIX) | grep copying >> python_install.log + python setup.py install --root=$(DESTDIR) chmod 444 $(DESTDIR)/etc/sfa/default_config.xml -python-uninstall: - python setup.py uninstall - bash uninstall_python.sh - $(awk '{print $$4}' python_install.log) - python-clean: python setup.py clean rm $(init)