Fix error
This commit is contained in:
@@ -275,7 +275,7 @@ def installSource():
|
|||||||
shelltools.system("find . -path './.*' | xargs rm -rf")
|
shelltools.system("find . -path './.*' | xargs rm -rf")
|
||||||
|
|
||||||
# Create the symlink
|
# Create the symlink
|
||||||
pisitools.dosym("/%s" % destination, "/lib/modules/%s/source" % suffix)
|
pisitools.dosym("/%s" % destination, "/lib/modules/%s/source" % __getSuffix())
|
||||||
|
|
||||||
def cleanModuleFiles():
|
def cleanModuleFiles():
|
||||||
""" Cleans module.* files generated by depmod """
|
""" Cleans module.* files generated by depmod """
|
||||||
|
|||||||
Reference in New Issue
Block a user