Skip to content
Snippets Groups Projects
Commit 26e2ee1c authored by Max Howell's avatar Max Howell
Browse files

Fix grc

Pathname objects become root if you operator+ them with absolute paths
parent 35f2dd35
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ md5='eeb612aba2fff14cbaf1f3bec7e1eb60'
Formula.new(url, md5).brew do |prefix|
ohai "make"
#TODO we should deprefixify since it's python and thus possible
inreplace 'grc', '/etc', prefix+'/etc'
inreplace 'grc.1', '/etc', prefix+'/etc'
inreplace 'grc', '/etc', prefix+'etc'
inreplace 'grc.1', '/etc', prefix+'etc'
inreplace 'grcat', '/usr/local', prefix
inreplace 'grcat.1', '/usr/local', prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment