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

(-)a/src/java_config_2/EnvironmentManager.py (-2 / +1 lines)
Lines 245-251 class EnvironmentManager(object): Link Here
245
        elif os.path.exists(target):
245
        elif os.path.exists(target):
246
            raise InvalidConfigError(target)
246
            raise InvalidConfigError(target)
247
247
248
        os.symlink(self.eroot + '/usr/lib/jvm/'+vm.name(),target)
248
        os.symlink(self.eprefix + '/usr/lib/jvm/'+vm.name(),target)
249
249
250
    def vm_links(self):
250
    def vm_links(self):
251
        # Don't try to use user-vm if HOME is undefined
251
        # Don't try to use user-vm if HOME is undefined
252
- 

Return to bug 561272