summaryrefslogtreecommitdiff
blob: e2c0053aad7815cf79c69a8c6293e532ab83b335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- setup.py.orig	2003-11-08 01:35:57.007471792 -0500
+++ setup.py	2003-11-08 01:36:34.228813288 -0500
@@ -61,8 +61,6 @@
         sys.argv.append('install')
 
 if sys.platform != 'win32':
-	try:os.system('rm -rf /usr/local/lib/python2.2/site-packages/asymptopia')
-	except Exception,e:pass
 	os.system('rm -rf build')
 	os.system('rm -f asymptopia/*.pyc')
 
@@ -65,7 +65,6 @@
 	os.system('rm -f asymptopia/*.pyc')
 
 
-sys.argv.append('install')
 
 #make sure there is a Setup file
 if not os.path.isfile('Setup'):
@@ -154,8 +152,5 @@
 PACKAGEDATA.update(METADATA)
 apply(setup, [], PACKAGEDATA)
 
-if sys.platform != 'win32':
-	os.system('cp tuxmathscrabble.py /usr/local/bin/tuxmathscrabble')
-	os.system('chmod +x /usr/local/bin/tuxmathscrabble')