mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 21:53:37 +00:00
algunas distros todavia tienen usr/bin separado
This commit is contained in:
parent
cb34542927
commit
71cd77b8e8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class DeployLocal < Deploy
|
||||||
# Un entorno que solo tiene lo que necesitamos
|
# Un entorno que solo tiene lo que necesitamos
|
||||||
def env
|
def env
|
||||||
# XXX: This doesn't support Windows paths :B
|
# XXX: This doesn't support Windows paths :B
|
||||||
paths = [File.dirname(`which bundle`), '/usr/bin']
|
paths = [File.dirname(`which bundle`), '/usr/bin', '/bin']
|
||||||
|
|
||||||
{
|
{
|
||||||
'HOME' => home_dir,
|
'HOME' => home_dir,
|
||||||
|
|
Loading…
Reference in a new issue