Make the ack script executable

This commit is contained in:
Max Howell 2009-05-22 14:02:57 +01:00
parent 3c834fd67c
commit 6b0eb969b9

View File

@ -21,4 +21,5 @@ UncompressedFormula.new.brew do |prefix|
bin=prefix+'bin'
FileUtils.mkpath bin
FileUtils.cp 'ack', bin
`chmod u+x #{bin}/ack`
end