Remove the *map files in modules directory
This commit is contained in:
parent
68247d2d77
commit
7dbf40fdad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user