crashplan: fix CrashPlanDesktop binary

(cherry picked from commit 0d4acad489cd2962908eb157551519c79d5b1182)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2014-12-18 10:12:37 +01:00
parent 3cb1ce8577
commit 972868c7e1
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,8 @@
--- ./scripts/CrashPlanDesktop 2014-12-18 09:51:14.050804325 +0100
+++ ./scripts/CrashPlanDesktop-1 2014-12-18 09:51:32.271009382 +0100
@@ -9,4 +9,4 @@
cd ${TARGETDIR}
-${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log &
+${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop &

View File

@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = licenses.unfree;
maintainers = with maintainers; [ sztupi ];
maintainers = with maintainers; [ sztupi iElectric ];
};
buildInputs = [ makeWrapper cpio ];
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
manifestdir = "${vardir}/manifest";
patches = [ ./CrashPlanEngine.patch ];
patches = [ ./CrashPlanEngine.patch ./CrashPlanDesktop.patch ];
installPhase = ''
mkdir $out