447c97f929
* the major change is to set TARGETDIR=${vardir}, and symlink from ${vardir} back to ${out} instead of the other way around. this gives CP more liberty to write to more directories -- in particular it seems to want to write some configuration files outside of conf? * run.conf does not need 'export' * minor tweaks to CrashPlanDesktop.patch
13 lines
679 B
Diff
13 lines
679 B
Diff
--- ./scripts/CrashPlanDesktop 2016-03-02 21:01:58.000000000 -0500
|
|
+++ ./scripts/CrashPlanDesktop-1 2016-03-18 20:52:10.117686266 -0400
|
|
@@ -11,7 +11,7 @@
|
|
cd ${TARGETDIR}
|
|
|
|
if [ "_${VERSION_5_UI}" == "_true" ]; then
|
|
- ${TARGETDIR}/electron/crashplan > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log &
|
|
+ ${TARGETDIR}/electron/crashplan &
|
|
else
|
|
- ${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 &
|
|
fi
|