resty - don't strip -x from these scripts

This commit is contained in:
Adam Vandenberg 2010-10-01 12:00:51 -07:00
parent 6d493eb1f8
commit 3e844ffa96

View file

@ -4,10 +4,12 @@ class Resty <Formula
head 'git://github.com/micha/resty.git' head 'git://github.com/micha/resty.git'
homepage 'http://github.com/micha/resty' homepage 'http://github.com/micha/resty'
# Don't take +x off these files
skip_clean 'bin'
def install def install
system "mv README.markdown README" system "mv README.markdown README"
bin.install %w[pp resty pypp] bin.install %w[pp resty pypp]
system "chmod", "a+x", "#{bin}/*"
end end
def caveats; <<-EOS.undent def caveats; <<-EOS.undent