~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: dcoles
  • Date: 2008-04-18 07:28:21 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:740
Libs: Python Imaging Library

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
    #'/etc/hostname',
171
171
    '/etc/nsswitch.conf',
172
172
    '/lib/libnss_files.so.2',
 
173
    # Needed for PIL
 
174
    '/usr/lib/libjpeg.so.62',
173
175
]
174
176
# Symlinks to make within the jail. Src mapped to dst.
175
177
JAIL_LINKS = {
181
183
        'jail/usr/lib/python%s' % PYTHON_VERSION,
182
184
    '/usr/share/matplotlib': 'jail/usr/share/matplotlib',
183
185
    '/etc/ld.so.conf.d': 'jail/etc/ld.so.conf.d',
 
186
    '/usr/share/pycentral': 'jail/usr/share/pycentral',
 
187
    '/usr/share/pycentral-data': 'jail/usr/share/pycentral-data',
184
188
    '/usr/share/nltk': 'jail/usr/share/nltk',
185
189
}
186
190