Change abiupdate.py to use the new kernel ABI version definition

svn path=/dists/sid/linux-2.6/; revision=18370
This commit is contained in:
Ben Hutchings 2011-12-10 04:12:40 +00:00
parent 0c328410c2
commit 625c22fa59
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class main(object):
local_config = ConfigCoreDump(fp = file("debian/config.defines.dump"))
self.version_abi = self.version + '-' + local_config['abi',]['abiname']
self.version_abi = local_config['version',]['abiname']
def __call__(self):
self.dir = tempfile.mkdtemp(prefix = 'abiupdate')