Fix locale for calls to equo
This commit is contained in:
@@ -9,7 +9,7 @@ Puppet::Type.type(:package).provide :entropy, :parent => Puppet::Provider::Packa
|
||||
has_feature :uninstallable
|
||||
has_feature :upgradeable
|
||||
|
||||
commands :equo => "/usr/bin/equo"
|
||||
commands :equo => "/var/lib/puppet/lib/puppet/provider/package/entropy/equo_locale"
|
||||
|
||||
confine :operatingsystem => :sabayon
|
||||
|
||||
|
||||
6
lib/puppet/provider/package/entropy/equo_locale
Executable file
6
lib/puppet/provider/package/entropy/equo_locale
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /etc/profile
|
||||
/usr/bin/equo $@
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user