added modified tupkgupdate and tupkgupdate64

This commit is contained in:
pjmattal 2007-06-16 12:29:43 +00:00
parent d397bac2d1
commit df8c5ef53a
2 changed files with 584 additions and 1 deletions

View file

@ -575,7 +575,7 @@ for package in dbremove:
error("repo-remove returned an error!")
sys.exit(-1)
for package in dbmodify:
retval = runRepoAdd(repo_dir, package.new.file)
retval = runRepoAdd(repo_dir, package)
if (retval != 0):
error("repo-add returned an error!")
sys.exit(-1)