From b43d20d2d57efa23627b13735339aed7370e61a9 Mon Sep 17 00:00:00 2001 From: Christian Oberschulte Date: Thu, 25 Apr 2013 17:18:44 +0200 Subject: antiword: install resource files Fixes #19316. Closes #19432. Signed-off-by: Jack Nagel --- Library/Formula/antiword.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3