From 927fcb2064c193487c280b40c6003e7ae3268e18 Mon Sep 17 00:00:00 2001
From: Josh Karlin <jkarlin@bbn.com>
Date: Thu, 22 Apr 2010 19:20:23 +0000
Subject: [PATCH] Updated makefile

---
 Makefile | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

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)
-- 
2.47.0