summaryrefslogtreecommitdiffstats
path: root/extra/emesene/setup.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-26 16:21:39 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-26 16:21:39 +0200
commit86dbb506676a834b967e94c5a510d8f35c5aed9f (patch)
tree80178dc80b504480fd3e5f0c1d5332cd40ef596f /extra/emesene/setup.patch
parent57c6a2567c71a99990e97f3547f57e8669cd079e (diff)
parent119ebc722b1be6fdee731780c742bf54de7a5860 (diff)
downloadnutyx-extra-86dbb506676a834b967e94c5a510d8f35c5aed9f.tar.gz
nutyx-extra-86dbb506676a834b967e94c5a510d8f35c5aed9f.tar.bz2
nutyx-extra-86dbb506676a834b967e94c5a510d8f35c5aed9f.tar.xz
nutyx-extra-86dbb506676a834b967e94c5a510d8f35c5aed9f.zip
Merge commit 'fanch/master'
Diffstat (limited to 'extra/emesene/setup.patch')
-rw-r--r--extra/emesene/setup.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/emesene/setup.patch b/extra/emesene/setup.patch
new file mode 100644
index 000000000..7b4514c34
--- /dev/null
+++ b/extra/emesene/setup.patch
@@ -0,0 +1,20 @@
+--- setup.py.orig 2010-05-03 11:02:53.551508139 +0200
++++ setup.py 2010-05-03 11:03:09.681918067 +0200
+@@ -6,17 +6,6 @@
+ import sys
+
+ if os.name == 'posix':
+- for arg in sys.argv:
+- if arg == 'install':
+- print 'Hello.\nYou are trying to do a system-wide install of emesene '\
+- 'using this script, which is a very bad thing to do.\n'\
+- 'Seriously, you do NOT want to do this, since it can break '\
+- 'other python apps, and emesene too!\n'\
+- 'Follow my advice: just run the \"emesene\" script that is '\
+- 'in this very same directory and you\'re done. emesene is running '\
+- 'and your system is safe. It\'s a win-win, don\'t you think?\n'\
+- 'Thanks for trying emesene.'
+- quit()
+
+ # From apport's setup.py
+ mo_files = []