Author: Clint Byrum <clint@ubuntu.com>
Subject: Move template directory to /usr/share per FHS/Debian Policy

Index: ruby-hoe-2.9.4/bin/sow
===================================================================
--- ruby-hoe-2.9.4.orig/bin/sow	2011-05-19 07:21:25.460364740 -0700
+++ ruby-hoe-2.9.4/bin/sow	2011-05-19 07:25:28.756015391 -0700
@@ -52,7 +52,7 @@
 # variables for erb:
 template_dir  = File.expand_path("~/.hoe_template")
 template_path = File.join template_dir, option[:style]
-source_path   = File.join(File.dirname(File.dirname(__FILE__)), "template")
+source_path   = File.join(File.dirname(File.dirname(__FILE__)), "share","ruby-hoe","template")
 default_dir   = File.join template_dir, "default"
 
 if File.directory? template_dir and not File.directory? default_dir then
