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

(-)java-config-2.2.0/setup.py.orig (+2 lines)
Lines 22-27 Link Here
22
					sys.stdout.write(line.replace('@PACKAGE_VERSION@', package_version))
22
					sys.stdout.write(line.replace('@PACKAGE_VERSION@', package_version))
23
				for line in fileinput.input(os.path.join(base, f),inplace=True):
23
				for line in fileinput.input(os.path.join(base, f),inplace=True):
24
					sys.stdout.write(line.replace('@GENTOO_PORTAGE_EPREFIX@', eprefix))
24
					sys.stdout.write(line.replace('@GENTOO_PORTAGE_EPREFIX@', eprefix))
25
		for line in fileinput.input('src/launcher.bash',inplace=True):
26
			sys.stdout.write(line.replace('@GENTOO_PORTAGE_EPREFIX@', eprefix))
25
27
26
28
27
class jc_test(Command):
29
class jc_test(Command):

Return to bug 544836