fix portdbdir
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1373 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -3499,7 +3499,7 @@ class PackageInterface:
|
||||
portdbdir = os.path.join(self.infoDict['merge_from'],portdbdir)
|
||||
portdbdir = os.path.join(portdbdir,self.infoDict['category'])
|
||||
portdbdir = os.path.join(portdbdir,self.infoDict['name']+"-"+self.infoDict['version'])
|
||||
print "DEBUG: copypath",copypath
|
||||
print "DEBUG: portdbdir",portdbdir
|
||||
self.infoDict['xpakdir'] = portdbdir
|
||||
|
||||
# compare both versions and if they match, disable removeidpackage
|
||||
|
||||
Reference in New Issue
Block a user