resty - don't strip -x from these scripts
This commit is contained in:
parent
6d493eb1f8
commit
3e844ffa96
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue