From 0d65e7e94df4a926c89fbb108d198fed44f670df Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 10 Jan 2011 14:01:41 +0000 Subject: [PATCH] * fix deployment issues --- build.xml | 2 +- installer/deb/filebot.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index bcb025e3..7c8185f8 100644 --- a/build.xml +++ b/build.xml @@ -330,7 +330,7 @@ - + diff --git a/installer/deb/filebot.sh b/installer/deb/filebot.sh index edbcfecb..1c490bb5 100644 --- a/installer/deb/filebot.sh +++ b/installer/deb/filebot.sh @@ -1,2 +1 @@ -#!/bin/bash -java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@" +java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@" \ No newline at end of file