From f9fdf3e375ff5a44ad3f2f2390d28ebcc1981b71 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 6 Jan 2017 14:04:03 +0800 Subject: [PATCH] IPKG: -Djna.nosys=false -Djna.nounpack=true --- installer/deb/ipk/filebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/deb/ipk/filebot.sh b/installer/deb/ipk/filebot.sh index 7523408c..3d4876e7 100644 --- a/installer/deb/ipk/filebot.sh +++ b/installer/deb/ipk/filebot.sh @@ -26,4 +26,4 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin APP_DATA="$APP_ROOT/data/$USER" # start filebot -java -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Dapplication.deployment=ipkg -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir="$APP_DATA" -Djava.io.tmpdir="$APP_DATA/temp" -Duser.home="$APP_DATA" $JAVA_OPTS -jar "$APP_ROOT/FileBot.jar" "$@" +java -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dsun.jnu.encoding="UTF-8" -Dapplication.deployment=ipkg -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir="$APP_DATA" -Djava.io.tmpdir="$APP_DATA/temp" -Duser.home="$APP_DATA" $JAVA_OPTS -jar "$APP_ROOT/FileBot.jar" "$@"