Okay it works this way, finally..

This commit is contained in:
Ozan Çağlayan
2009-04-10 12:12:08 +00:00
parent b011d7ef03
commit 07e90efaf0
+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("find . -path './.*' -exec rm -rf '{}' \;")
shelltools.system("find . -path './.*' | xargs rm -rf")
def cleanModuleFiles():
""" Cleans module.* files generated by depmod """