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

(-)setup-old.py (-2 / +2 lines)
Lines 33-41 Link Here
33
        install.finalize_options (self)
33
        install.finalize_options (self)
34
        if self.install_header is None:
34
        if self.install_header is None:
35
            inc_base = get_python_inc (prefix=self.install_base)
35
            inc_base = get_python_inc (prefix=self.install_base)
36
            self.install_header = os.path.join (inc_base, "CXX")
36
            self.install_header = self.root + os.path.join (inc_base, "CXX")
37
        if self.install_source is None:
37
        if self.install_source is None:
38
            self.install_source = support_dir
38
            self.install_source = self.root + support_dir
39
    def run (self):
39
    def run (self):
40
        global headers
40
        global headers
41
41

Return to bug 62849