Use the jna.jar from the system repository to make sure the version matches the corresponding libjnidispatch.so native library

This commit is contained in:
Reinhard Pointner 2019-03-07 19:27:45 +07:00
parent 5c7f12ce37
commit 3da5ef9787
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@
<fileset dir="${dir.installer}/rpm" />
</copy-replace>
<copy todir="${dir.staging}/usr/share/filebot/jar">
<fileset dir="${dir.dist}/lib" includes="*.jar" excludes="${deb.jna.depends}" />
<fileset dir="${dir.dist}/lib" excludes="${deb.jna.depends}" />
</copy>
<!-- use Debian package structure -->