aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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