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

(-)freebsd-lib-9.0-r3.ebuild.orig (+5 lines)
Lines 382-387 Link Here
382
	# Clear the symlink.
382
	# Clear the symlink.
383
	rm -f "${D}/$2/libc.so" || die
383
	rm -f "${D}/$2/libc.so" || die
384
384
385
	# Mkdir target libdir if needed , bug #428014
386
	if [ ! -d "${D}/$1" ] ; then
387
		mkdir "${D}/$1" || die
388
	fi
389
385
	# Move the library if needed
390
	# Move the library if needed
386
	if [ "$1" != "$2" ] ; then
391
	if [ "$1" != "$2" ] ; then
387
		mv "${D}/$2/libc.so.7" "${D}/$1/" || die
392
		mv "${D}/$2/libc.so.7" "${D}/$1/" || die

Return to bug 428014