diff options
| author | Christian Oberschulte | 2013-04-25 17:18:44 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-04-25 12:20:20 -0500 |
| commit | b43d20d2d57efa23627b13735339aed7370e61a9 (patch) | |
| tree | 76f7d8b17e80bff317f72c279786d337fe07b534 /Library/Formula | |
| parent | acf994936468c97687f61fb67bea3bfc922fd817 (diff) | |
| download | homebrew-b43d20d2d57efa23627b13735339aed7370e61a9.tar.bz2 | |
antiword: install resource files
Fixes #19316.
Closes #19432.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/antiword.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/antiword.rb b/Library/Formula/antiword.rb index 08dbc92d1..bba6a9d3a 100644 --- a/Library/Formula/antiword.rb +++ b/Library/Formula/antiword.rb @@ -17,6 +17,8 @@ class Antiword < Formula "GLOBAL_INSTALL_DIR=#{bin}", "GLOBAL_RESOURCES_DIR=#{share}/antiword" bin.install 'antiword' + # Resources directory has to be copied + cp_r "Resources/.", "#{share}/antiword" man1.install 'Docs/antiword.1' end |
