more changes in messages

This commit is contained in:
belliash 2012-01-14 14:12:46 +01:00
parent bc9e3fe0b4
commit ce403d22e4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni

4
ezsync
Vedi File

@ -127,7 +127,7 @@ done
# Optionally merge data into build overlay
if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then
printInfo "Merging ebuilds into building Overlay..."
printInfo "Merging ebuilds into constructed Overlay..."
for OVERLAY in ${MERGED_OVERLAY[*]}; do
TEMP="\${$OVERLAY[*]}"
CURRENT_OVERLAY=(`eval echo ${TEMP}`)
@ -141,7 +141,7 @@ if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then
fi
# Merge data into build portage
printInfo "Merging ebuilds into building Portage..."
printInfo "Merging ebuilds into constructed Portage..."
pullRsync ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGESDIR}/${PORTAGE_MAINLINE[0]}/
[ ${?} -ne 0 ] && die "EzBuild was unable to merge ebuilds into Portage tree!" 16
for OVERLAY in ${MERGED_PORTAGE[*]}; do