From 348f2590a21847a9759876f3aafb5e4119e9c64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Thu, 9 Apr 2009 13:23:56 +0000 Subject: [PATCH] this is better --- pisi/actionsapi/kerneltools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index f3f0b5a4..68a02758 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -196,7 +196,7 @@ def installSource(): shelltools.cd(os.path.join(get.installDIR(), destination)) autotools.make("clean") autotools.make("modules_prepare") - shelltools.system("rm -rf ./.*") + shelltools.system("rm -rf .*") def cleanModuleFiles(): """ Cleans module.* files generated by depmod """