From 7dbf40fdadc66b3c6addad49b892b577da701331 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Tue, 30 Mar 2010 13:54:19 +0200 Subject: [PATCH] Remove the *map files in modules directory --- src/pylorax/images.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pylorax/images.py b/src/pylorax/images.py index dd211a5e..72ccee9d 100644 --- a/src/pylorax/images.py +++ b/src/pylorax/images.py @@ -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,