aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/s3cmd.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb
index e9b73bbf4..1ccc13d64 100644
--- a/Library/Formula/s3cmd.rb
+++ b/Library/Formula/s3cmd.rb
@@ -1,14 +1,13 @@
require 'formula'
class S3cmd < Formula
- url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.0.1/s3cmd-1.0.1.tar.gz'
homepage 'http://s3tools.org/s3cmd'
+ url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.0.1/s3cmd-1.0.1.tar.gz'
md5 'dc62becc03a3e6100843611ebe2707c2'
def install
- libexec.install Dir['s3cmd', 'S3']
+ libexec.install 's3cmd', 'S3'
man1.install 's3cmd.1'
- bin.mkpath
- ln_s libexec+'s3cmd', bin
+ bin.install_symlink libexec+'s3cmd'
end
end