A problem was found in using mkprintpkg.pl doing
packaging for a LexMark NT driver. The problem is
related to the file name in the CopyFiles section,
where it uses something like @.\FileName. The script
strips away @ and leaves .\FileName as expected (via
module INF). In the section of the script, which copies
destination files to the architecture subdirectory, it
can not determine if a .\FileName is among those in the
working directory, which includes FileName.
I do not know if it is strange for Lexmark to specify a
file like this. Since all driver files are extracted to
a working directory, I would think the script should
strip away any path information of a file entity in INF
file.
Please fix this problem.
L. Jiang
ljiang@agere.com