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

(-)/var/db/repos/gentoo/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.60-r1.ebuild (-6 lines)
Lines 106-115 Link Here
106
		dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?}"
106
		dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?}"
107
		dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?.?}"
107
		dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?.?}"
108
	done
108
	done
109
110
	# c3pldrv dlopens the absolute path /usr/lib/libc3pl.so :(, bug #????
111
	# Only needed with SYMLINK_LIB=yes #642138
112
	if [[ "$(get_libdir)" != lib ]] && [[ ${SYMLINK_LIB} = yes ]]; then
113
		dosym "../$(get_libdir)/libc3pl.so" /usr/lib/libc3pl.so
114
	fi
115
}
109
}

Return to bug 687514