Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371324 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- setup.py.old
0
++ setup.py
Lines 263-269 class install(_install): Link Here
263
            if packaging:
263
            if packaging:
264
                path = resource_path
264
                path = resource_path
265
            else:
265
            else:
266
                path = os.path.abspath(os.path.join(self.install_data, 'share'))
266
                path = '/usr/share'
267
            fp.write(path)
267
            fp.write(path)
268
268
269
        _install.run(self)
269
        _install.run(self)

Return to bug 371324