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

(-)setup.py (-2 / +2 lines)
Lines 87-94 Link Here
87
		elif arch in ['hpux']:
87
		elif arch in ['hpux']:
88
			defaults = '*= hp-jdk-bin'
88
			defaults = '*= hp-jdk-bin'
89
89
90
		os.mkdir(self.root + '/usr/share/java-config-2/config/')
90
		os.mkdir(self.root + eprefix + '/usr/share/java-config-2/config/')
91
		with open(self.root + '/usr/share/java-config-2/config/jdk-defaults.conf', 'w') as f:
91
		with open(self.root + eprefix + '/usr/share/java-config-2/config/jdk-defaults.conf', 'w') as f:
92
			f.write("# This files contain the default support jdk's\n")
92
			f.write("# This files contain the default support jdk's\n")
93
			f.write(defaults + "\n")
93
			f.write(defaults + "\n")
94
94

Return to bug 591156