mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -05:00
patch various JNA options to make system JNA work (which behaves differently from upstream JNA due to various Debian-specific patches)
This commit is contained in:
parent
02d0497eae
commit
e7fbb4d2b9
@ -5,3 +5,6 @@ ln -sf /usr/share/filebot/bin/filebot.sh /usr/bin/filebot
|
|||||||
|
|
||||||
# link system JNA library
|
# link system JNA library
|
||||||
ln -sf /usr/share/java/jna.jar /usr/share/filebot/jar/jna.jar
|
ln -sf /usr/share/java/jna.jar /usr/share/filebot/jar/jna.jar
|
||||||
|
|
||||||
|
# patch various JNA options to make system JNA work
|
||||||
|
sed -i 's/jna.nosys=true/jna.nosys=false/g' /usr/share/filebot/bin/filebot.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user