mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 05:35:38 +08:00
builder.py: Fix addition of plain text files
This commit is contained in:
parent
853e53dfdc
commit
cd931b50d9
@ -883,7 +883,7 @@ class Module(object):
|
||||
]
|
||||
return files
|
||||
|
||||
def addPlainTextFile(self, files):
|
||||
def addPlainTextFiles(self, files):
|
||||
self.files += self.addFiles('user', files,
|
||||
FreeBSDPathComposer(), Converter(),
|
||||
Converter(), assertNothing)
|
||||
|
Loading…
x
Reference in New Issue
Block a user