WindowsInstaller: opensc.conf is (incorrectly) generated with make. This is not run on Windows. Use opensc.conf.in as the template for the *example* config file on Windows.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5283 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2011-03-31 10:34:12 +00:00
parent f6ac8b6f56
commit b6c606ad91
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<Directory Id="INSTALLDIR_ETC" Name="etc">
<Component Id="OPENSC_CONF" Guid="038019E3-3FA9-442A-891F-F0BF2E39183E">
<File Id="OPENSC_CONF_FILE" Name="opensc.conf" DiskId="1" Source="$(var.SOURCE_DIR)\etc\opensc.conf" Vital="yes" KeyPath="yes"/>
<File Id="OPENSC_CONF_FILE" Name="opensc.conf" DiskId="1" Source="$(var.SOURCE_DIR)\etc\opensc.conf.in" Vital="yes" KeyPath="yes"/>
</Component>
</Directory>