Tweak installation of text files.
parent
3d08962c04
commit
9121f7c847
|
@ -9,6 +9,6 @@ class Idnits <Formula
|
|||
|
||||
def install
|
||||
bin.install "idnits"
|
||||
doc.install %w(about changelog copyright todo)
|
||||
prefix.install %w(about todo)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -8,6 +8,6 @@ class Rfcmarkup <Formula
|
|||
def install
|
||||
inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/env python"
|
||||
bin.install "rfcmarkup"
|
||||
doc.install %w(changelog copyright todo)
|
||||
prefix.install 'todo'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue