1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

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:24:37 +07:00
parent 0c4fd3a3f1
commit 5c7f12ce37

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" />
<fileset dir="${dir.dist}/lib" includes="*.jar" excludes="${deb.jna.depends}" />
</copy>
<!-- use Debian package structure -->