aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/antiword.rb2
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