updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / emesene-svn / setup.patch
blob5da6ae8db9d3105f482f3479558beb4e6c340d5f
1 --- setup.py.orig
2 +++ setup.py
3 @@ -6,17 +6,6 @@
4 import sys
6 if os.name == 'posix':
7 - for arg in sys.argv:
8 - if arg == 'install':
9 - print 'Hello.\nYou are trying to do a system-wide install of emesene '\
10 - 'using this script, which is a very bad thing to do.\n'\
11 - 'Seriously, you do NOT want to do this, since it can break '\
12 - 'other python apps, and emesene too!\n'\
13 - 'Follow my advice: just run the \"emesene\" script that is '\
14 - 'in this very same directory and you\'re done. emesene is running '\
15 - 'and your system is safe. It\'s a win-win, don\'t you think?\n'\
16 - 'Thanks for trying emesene.'
17 - quit()
19 # From apport's setup.py
20 mo_files = []