aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Oberschulte2013-04-25 17:18:44 +0200
committerJack Nagel2013-04-25 12:20:20 -0500
commitb43d20d2d57efa23627b13735339aed7370e61a9 (patch)
tree76f7d8b17e80bff317f72c279786d337fe07b534 /Library
parentacf994936468c97687f61fb67bea3bfc922fd817 (diff)
downloadhomebrew-b43d20d2d57efa23627b13735339aed7370e61a9.tar.bz2
antiword: install resource files
Fixes #19316. Closes #19432. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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