Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464954
Collapse All | Expand All

(-)setup.py.old (-1 / +1 lines)
Lines 248-254 Link Here
248
                                     'utils', 'resource-path')
248
                                     'utils', 'resource-path')
249
        with io.open(resource_file, 'w', encoding='utf-8',
249
        with io.open(resource_file, 'w', encoding='utf-8',
250
                     errors='strict') as fp:
250
                     errors='strict') as fp:
251
            path = os.path.abspath(os.path.join(self.install_data, 'share'))
251
            path = '/usr/share'
252
            if sys.version_info[0] < 3:
252
            if sys.version_info[0] < 3:
253
                path = unicode(path)
253
                path = unicode(path)
254
            fp.write(path)
254
            fp.write(path)

Return to bug 464954