blob: 2034af532275007fd2c4c6e3dca1d19359ff8caf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- setup.py.orig 2010-02-01 21:38:42.000000000 +0100
+++ setup.py 2010-02-01 21:40:09.000000000 +0100
@@ -27,9 +27,9 @@
def __init__ (self, *args):
self.without_gettext = False
- self.without_icon_cache = False
- self.without_mime_database = False
- self.without_desktop_database = False
+ self.without_icon_cache = True
+ self.without_mime_database = True
+ self.without_desktop_database = True
Distribution.__init__(self, *args)
|