diff options
Diffstat (limited to 'homebrew/ispell/.make.sh-auto')
-rw-r--r-- | homebrew/ispell/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/ispell/.make.sh-auto b/homebrew/ispell/.make.sh-auto new file mode 100644 index 000000000..9b180961f --- /dev/null +++ b/homebrew/ispell/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV.deparallelize +cp "local.h.macos", "local.h" +chmod 0644, "local.h" +inreplace "local.h" do |s| +s.gsub! "/usr/local", prefix +s.gsub! "/man/man", "/share/man/man" +s.gsub! "/lib", "/lib/ispell" |