aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-01 12:00:51 -0700
committerAdam Vandenberg2010-10-01 12:00:51 -0700
commit44a3ec7beeca8ad4c149168dc445bf03f9057b10 (patch)
treec6b8f931f8feb64fe9a39e3953773206f0a8a38c /Library
parent844f25d65ac225048753d83c89d9805d4053afb8 (diff)
downloadhomebrew-44a3ec7beeca8ad4c149168dc445bf03f9057b10.tar.bz2
resty - don't strip -x from these scripts
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/resty.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb
index 3fa54c0b8..d5ca9579d 100644
--- a/Library/Formula/resty.rb
+++ b/Library/Formula/resty.rb
@@ -4,10 +4,12 @@ class Resty <Formula
head 'git://github.com/micha/resty.git'
homepage 'http://github.com/micha/resty'
+ # Don't take +x off these files
+ skip_clean 'bin'
+
def install
system "mv README.markdown README"
bin.install %w[pp resty pypp]
- system "chmod", "a+x", "#{bin}/*"
end
def caveats; <<-EOS.undent