Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenneth.skovhede@gmail.com <kenneth.skovhede@gmail.com@59da171f-624f-0410-aa54-27559c288bec>2009-05-16 15:24:24 +0400
committerkenneth.skovhede@gmail.com <kenneth.skovhede@gmail.com@59da171f-624f-0410-aa54-27559c288bec>2009-05-16 15:24:24 +0400
commit8904d8f3ea2231375b94ecb9a3a6b59941d34ee1 (patch)
treefdcca968c2d312a2c69e52d234e2cc75d884e1d7
parent066b1965e50908d3da57ab80208358db94180d76 (diff)
Minor updates to the build script for Linux.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@177 59da171f-624f-0410-aa54-27559c288bec
-rw-r--r--Installer/Package Linux release.bat6
-rw-r--r--Installer/linux help/linux-readme.txt5
-rw-r--r--Installer/linux help/linux-sqlite-readme.txt6
3 files changed, 15 insertions, 2 deletions
diff --git a/Installer/Package Linux release.bat b/Installer/Package Linux release.bat
index 341c320dd..628ecbe9d 100644
--- a/Installer/Package Linux release.bat
+++ b/Installer/Package Linux release.bat
@@ -8,9 +8,11 @@ xcopy /I /Y ..\..\..\..\Duplicati\GUI\Bin\Release\* .
del *.pdb /Q
xcopy /I /Y ..\..\..\..\thirdparty\SQLite\Bin\sqlite-3.6.12.so .
move sqlite-3.6.12.so libsqlite3.so.0
-xcopy /I /Y "..\..\..\..\thirdparty\SQLite\Bin\linux howto.txt" .
-move "linux howto.txt" linux-sqlite-readme.txt
+xcopy /I /Y "..\..\..\linux help\*" .
+move "linux-sqlite-readme.txt" "sqlite-readme.txt"
+move "linux-readme.txt" "README.txt"
del "System.Data.SQLite.dll" /Q
+del "*.vshost.*" /Q
xcopy /I /Y "..\..\..\..\thirdparty\SQLite\Dll for .Net\ManagedOnly\System.Data.SQLite.dll" .
xcopy /I /Y ..\..\..\..\Duplicati\GUI\StartDuplicati.sh .
pause \ No newline at end of file
diff --git a/Installer/linux help/linux-readme.txt b/Installer/linux help/linux-readme.txt
new file mode 100644
index 000000000..1e0e2009d
--- /dev/null
+++ b/Installer/linux help/linux-readme.txt
@@ -0,0 +1,5 @@
+Updated instructions for using Duplicati on linux can be found here:
+
+http://code.google.com/p/duplicati/wiki/LinuxHowto
+
+Thanks for using Duplicati! \ No newline at end of file
diff --git a/Installer/linux help/linux-sqlite-readme.txt b/Installer/linux help/linux-sqlite-readme.txt
new file mode 100644
index 000000000..fd829f874
--- /dev/null
+++ b/Installer/linux help/linux-sqlite-readme.txt
@@ -0,0 +1,6 @@
+If Duplicati complains about the version of SQLite being too old,
+use the StartDuplicati.sh script to launch Duplicati with the bundled
+SQLite library.
+
+The StartDuplicati.sh script can be made executable with this command:
+chmod +x StartDuplicati.sh \ No newline at end of file