mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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