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

Collapse All | Expand All

(-)/var/tmp/portage/dev-util/gaphor-0.9.2/work/gaphor-0.9.2/utils/command/install_version.py (-1 / +1 lines)
Lines 26-32 class install_version(Command): Link Here
26
        # install a new version.py with install_data as data_dir;
26
        # install a new version.py with install_data as data_dir;
27
        # get rid of install root directory
27
        # get rid of install root directory
28
        
28
        
29
        skip = len(self.get_finalized_command('install').root or '')
29
        skip = len((self.get_finalized_command('install').root or '').rstrip('/'))
30
30
31
        generate_version(self.install_dir, self.install_data[skip:],
31
        generate_version(self.install_dir, self.install_data[skip:],
32
           self.distribution.get_version())
32
           self.distribution.get_version())

Return to bug 56641