Remove the *map files in modules directory

This commit is contained in:
Martin Gracik 2010-03-30 13:54:19 +02:00
parent 68247d2d77
commit 7dbf40fdad
1 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,9 @@ export PS1 PATH
if err:
self.perror(stdout)
# remove *map files
remove_(os.path.join(self.dst_moddir, "*map"))
def get_keymaps(self):
override = "keymaps-override-{0}".format(self.conf.basearch)
override = os.path.join(self.srctree, self.const.ANACONDA_RUNTIME,