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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user