This commit is contained in:
belliash 2012-01-16 16:27:14 +01:00
rodič d6b388b00a
revize 02be069fee
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

4
ezsync
Zobrazit soubor

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