fix stupid mistake

This commit is contained in:
belliash 2012-01-13 16:05:02 +01:00
parent 00d91a986f
commit 9bec8e4086
1 changed files with 1 additions and 1 deletions

2
ezsync
View File

@ -142,7 +142,7 @@ fi
# Merge data into build portage
printInfo "Merging ebuilds into building Portage..."
pullRsync ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGESDIR}/${PORTAGE_MAINLINE[0]}
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
TEMP="\${$OVERLAY[*]}"