more changes in messages

This commit is contained in:
belliash 2012-01-14 14:12:46 +01:00
부모 bc9e3fe0b4
커밋 ce403d22e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

4
ezsync
파일 보기

@ -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