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

(-)hercules-3.13.ebuild (+10 lines)
Lines 55-57 Link Here
55
	# no static archives
55
	# no static archives
56
	find "${D}" -name '*.la' -delete || die
56
	find "${D}" -name '*.la' -delete || die
57
}
57
}
58
59
pkg_postinst() {
60
61
	# Bugfix for Gentoo bug #720342
62
	# /usr/lib/hercules is a symlink to /usr/lib/hercules on 64-bits systems
63
	for so_file in /usr/lib/hercules/*.so;
64
	do
65
		ln -s ${so_file} /usr/lib/hercules/`basename -s .so ${so_file}`
66
	done;
67
}

Return to bug 720342