fix function call
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@88 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -54,5 +54,5 @@ def getSyncTime():
|
||||
# fetch the latest updates from Gentoo rsync mirrors
|
||||
def sync():
|
||||
print_info(green("syncing the Portage tree at: "+etpConst['portagetreedir']))
|
||||
entropyTools.spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync")
|
||||
spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync")
|
||||
|
||||
Reference in New Issue
Block a user