fixed a typo with equo conf update
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@900 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -172,7 +172,7 @@ def update():
|
||||
print_info(darkred("Replacing ")+darkgreen(etpConst['systemroot']+scandata[cmd]['destination'])+darkred(" with ")+darkgreen(etpConst['systemroot']+scandata[cmd]['source']))
|
||||
|
||||
# old file backup
|
||||
if etpConst['filesbackup'] and os.path.isfile(etpConst['systemroot']+scandata[key]['destination']):
|
||||
if etpConst['filesbackup'] and os.path.isfile(etpConst['systemroot']+scandata[cmd]['destination']):
|
||||
bcount = 0
|
||||
backupfile = etpConst['systemroot']+scandata[cmd]['destination']+".equo_backup."+unicode(bcount)
|
||||
while os.path.lexists(backupfile):
|
||||
|
||||
Reference in New Issue
Block a user