change messages

This commit is contained in:
belliash 2012-01-16 16:27:14 +01:00
rodzic d6b388b00a
commit 02be069fee
1 zmienionych plików z 2 dodań i 2 usunięć

4
ezsync
Wyświetl plik

@ -154,7 +154,7 @@ done
# Optionally merge data into build overlay
if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then
printInfo "Merging ebuilds into constructed Overlay..."
printInfo "Merging ebuilds into Overlay..."
for OVERLAY in ${MERGED_OVERLAY[*]}; do
TEMP="\${$OVERLAY[*]}"
CURRENT_OVERLAY=(`eval echo ${TEMP}`)
@ -168,7 +168,7 @@ if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then
fi
# Merge data into build portage
printInfo "Merging ebuilds into constructed Portage..."
printInfo "Merging ebuilds into 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