Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195765 | Differences between
and this patch

Collapse All | Expand All

(-)old/phpconfutils.eclass (-2 / +2 lines)
Lines 429-435 Link Here
429
	local PHP_PKG=$(best_version $1)
429
	local PHP_PKG=$(best_version $1)
430
	shift
430
	shift
431
431
432
	local PHP_USEFILE="${ROOT}/var/lib/php-pkg/${PHP_PKG}/PHP_USEFILE"
432
	local PHP_USEFILE="${EROOT}/var/lib/php-pkg/${PHP_PKG}/PHP_USEFILE"
433
433
434
	[[ ! -e "${PHP_USEFILE}" ]] && return 0
434
	[[ ! -e "${PHP_USEFILE}" ]] && return 0
435
435
Lines 455-461 Link Here
455
phpconfutils_generate_usefile() {
455
phpconfutils_generate_usefile() {
456
	phpconfutils_sort_flags
456
	phpconfutils_sort_flags
457
457
458
	local PHP_USEFILE="${D}/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/PHP_USEFILE"
458
	local PHP_USEFILE="${ED}/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/PHP_USEFILE"
459
459
460
	# Write the auto-enabled USEs into the correct file
460
	# Write the auto-enabled USEs into the correct file
461
	dodir "/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/"
461
	dodir "/var/lib/php-pkg/${CATEGORY}/${PN}-${PVR}/"

Return to bug 195765