Commit d4a0c28a authored by Rafael Monnerat's avatar Rafael Monnerat

Included PATH on configuration file

parent 285088cd
...@@ -234,7 +234,8 @@ class Recipe(BaseSlapRecipe): ...@@ -234,7 +234,8 @@ class Recipe(BaseSlapRecipe):
ip=ip, ip=ip,
port=port, port=port,
openoffice_port=openoffice_port, openoffice_port=openoffice_port,
openoffice_host=ip openoffice_host=ip,
PATH="$PATH:%s" % self.bin_directory
) )
for env_line in self.options['environment'].splitlines(): for env_line in self.options['environment'].splitlines():
env_line = env_line.strip() env_line = env_line.strip()
......
...@@ -34,6 +34,7 @@ application_hostname = %(openoffice_host)s ...@@ -34,6 +34,7 @@ application_hostname = %(openoffice_host)s
openoffice_port = %(openoffice_port)s openoffice_port = %(openoffice_port)s
# LD_LIBRARY_PATH passed to OpenOffice # LD_LIBRARY_PATH passed to OpenOffice
env-LD_LIBRARY_PATH = %(LD_LIBRARY_PATH)s env-LD_LIBRARY_PATH = %(LD_LIBRARY_PATH)s
env-PATH = ${PATH}
# #
# Mimetype Registry # Mimetype Registry
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment