ports/sysutils/rubygem-hammer_cli_foreman/files/patch-localization
Steve Wills 123999e83f sysutils/rubygem-hammer_cli_foreman: update to 0.1.3
PR:		193014
Submitted by:	Michael Moll <kvedulv@kvedulv.de> (maintainer)
2014-08-27 19:58:04 +00:00

14 lines
229 B
Text

--- lib/hammer_cli_foreman/i18n.rb
+++ lib/hammer_cli_foreman/i18n.rb
@@ -24,6 +24,11 @@ def locale_dir
'/usr/share/locale'
end
+
+ def domain_name
+ "#{super}@system"
+ end
+
end
end