this is finally correct.

This commit is contained in:
Ozan Çağlayan
2009-04-09 13:29:44 +00:00
parent 348f2590a2
commit cdcebb9bca
+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("find . -path './.*' -exec rm -f '{}' \;")
def cleanModuleFiles():
""" Cleans module.* files generated by depmod """