From c35164389e6f1c4980ad02f7abb6383f9783fb06 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 21 Nov 2011 17:45:55 +0000 Subject: [PATCH] * fix EOL for good, didn't know i had to set it in SVN --- installer/appbundle/filebot | 2 +- installer/appbundle/install.sh | 2 +- installer/deb/FileBot.desktop | 2 +- installer/deb/filebot.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/appbundle/filebot b/installer/appbundle/filebot index 9e887d49..3297e8ed 100644 --- a/installer/appbundle/filebot +++ b/installer/appbundle/filebot @@ -4,4 +4,4 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done dir_bin="$( cd -P "$( dirname "$SOURCE" )" && pwd )" dir_app=$dir_bin/../Resources/Java -java -Dapplication.deployment=app "-Djna.library.path=$dir_app" -Xmx256m -jar "$dir_app/FileBot.jar" "$@" \ No newline at end of file +java -Dapplication.deployment=app "-Djna.library.path=$dir_app" -Xmx256m -jar "$dir_app/FileBot.jar" "$@" diff --git a/installer/appbundle/install.sh b/installer/appbundle/install.sh index cec4dc05..695d5705 100644 --- a/installer/appbundle/install.sh +++ b/installer/appbundle/install.sh @@ -1,4 +1,4 @@ #!/bin/bash dir_bin=`dirname $0` path_cmd=$dir_bin/filebot -sudo ln -s "$path_cmd" /usr/bin/filebot \ No newline at end of file +sudo ln -s "$path_cmd" /usr/bin/filebot diff --git a/installer/deb/FileBot.desktop b/installer/deb/FileBot.desktop index 8d921fbc..623b8987 100644 --- a/installer/deb/FileBot.desktop +++ b/installer/deb/FileBot.desktop @@ -6,4 +6,4 @@ Name=FileBot Comment=The ultimate tv renamer / subtitle downloader / sfv validator Exec=/usr/share/filebot/bin/filebot.sh Icon=/usr/share/filebot/icon48.png -Categories=AudioVideo;Video;Renamer \ No newline at end of file +Categories=AudioVideo;Video;Renamer diff --git a/installer/deb/filebot.sh b/installer/deb/filebot.sh index e6b131d9..edbcfecb 100644 --- a/installer/deb/filebot.sh +++ b/installer/deb/filebot.sh @@ -1,2 +1,2 @@ #!/bin/bash -java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@" \ No newline at end of file +java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"