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

(-)libquicktime-0.9.7-r1.ebuild.orig (-2 / +2 lines)
Lines 75-82 Link Here
75
pkg_preinst() {
75
pkg_preinst() {
76
	if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
76
	if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
77
		einfo "For compatibility with other quicktime libraries, ${PN} was"
77
		einfo "For compatibility with other quicktime libraries, ${PN} was"
78
		einfo "going to create a /usr/lib/quicktime symlink, but for some,"
78
		einfo "going to create a /usr/include/quicktime symlink, but for some"
79
		einfo "on your system, that is a directory."
79
		einfo "reason that is a directory on your system."
80
		einfo "Please check that is empty, and remove it, or submit a bug"
80
		einfo "Please check that is empty, and remove it, or submit a bug"
81
		einfo "telling us which package owns the directory."
81
		einfo "telling us which package owns the directory."
82
		die "/usr/include/quicktime is a directory."
82
		die "/usr/include/quicktime is a directory."

Return to bug 116929