From 4990535d1b84ff8b410da18a987812e28536b60c Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 16 Mar 2014 19:55:13 +0000 Subject: [PATCH] Fix README.txt generation when cross compiling --- cross-compile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cross-compile b/cross-compile index d17da54ef..d9926c971 100755 --- a/cross-compile +++ b/cross-compile @@ -10,14 +10,12 @@ gox -output "build/{{.OS}}/{{.Arch}}/{{.Dir}}" cat <<'#EOF' > build/README.txt This directory contains builds of the rclone program. -Rclone a program designed to stress test your disks and find -failures in them. +Rclone is a program to transfer files to and from cloud storage +systems such as Google Drive, Amazon S3 and Swift (Rackspace +Cloudfiles). -Use it to soak test your new disks / memory cards / USB sticks before -trusting your valuable data to it. - -See the project website here: https://github.com/ncw/rclone for -more details. +See the project website here: https://github.com/ncw/rclone for more +details. The files in this directory are organised by OS and processor type