changed __install_package_into_database accordingly

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1409 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-05 10:36:48 +00:00
parent 1dc9bf8796
commit b60d193814
+1 -1
View File
@@ -246,7 +246,7 @@ def database(options):
print_info(" ("+str(cnt)+"/"+count+") "+red("Adding: ")+atoms[pkgfound], back = True)
Package = Equo.Package()
Package.prepare(tuple(pkgfound),"install", {})
Package.__install_package_into_database()
Package._install_package_into_database()
Package.kill()
del Package