Make the ack script executable
This commit is contained in:
parent
3c834fd67c
commit
6b0eb969b9
@ -21,4 +21,5 @@ UncompressedFormula.new.brew do |prefix|
|
|||||||
bin=prefix+'bin'
|
bin=prefix+'bin'
|
||||||
FileUtils.mkpath bin
|
FileUtils.mkpath bin
|
||||||
FileUtils.cp 'ack', bin
|
FileUtils.cp 'ack', bin
|
||||||
|
`chmod u+x #{bin}/ack`
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user