mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05: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:
parent
0c4fd3a3f1
commit
5c7f12ce37
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user