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

(-)a/modules/env.eselect (-2 / +1 lines)
Lines 230-236 update_ldcache() { Link Here
230
		echo "Regenerating ${ROOT}/etc/ld.so.cache..."
230
		echo "Regenerating ${ROOT}/etc/ld.so.cache..."
231
		(
231
		(
232
			cd /
232
			cd /
233
			ldconfig ${1} -r "${ROOT:-/}"
233
			ldconfig -X ${1} -r "${ROOT:-/}"
234
		)
234
		)
235
		;;
235
		;;
236
	esac
236
	esac
237
- 

Return to bug 373343