this is better

This commit is contained in:
Ozan Çağlayan
2009-04-09 13:23:56 +00:00
parent 87191796e5
commit 348f2590a2
+1 -1
View File
@@ -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 """