blob: bd562fa7fbcfd92cc0eae3435bde4e25206e1bbb (
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
29
30
31
32
33
|
--- setup.py.orig 2005-05-26 01:45:47.000000000 -0400
+++ setup.py 2005-05-26 01:46:45.000000000 -0400
@@ -53,14 +53,10 @@
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')
-sys.argv.append('install')
-
#make sure there is a Setup file
if not os.path.isfile('Setup'):
print '\n\nWARNING, No "Setup" File Exists, Running "config.py"'
@@ -139,7 +135,3 @@
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')
-
--- tuxmathscrabble.py.orig 2005-05-26 01:45:53.000000000 -0400
+++ tuxmathscrabble.py 2005-05-26 01:47:00.000000000 -0400
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
"""
/***************************************************************************
|