Commit 6d1a9805 authored by Rafael Monnerat's avatar Rafael Monnerat

Create a link to openssl binary

parent c7d00913
...@@ -186,7 +186,7 @@ mode = 640 ...@@ -186,7 +186,7 @@ mode = 640
[template-zope] [template-zope]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-zope.cfg.in url = ${:_profile_base_location_}/instance-zope.cfg.in
md5sum = c7a63526b61160f070b767f2d2bed3f3 md5sum = 7b1b6ee1fd122f5590844a90853622dc
mode = 640 mode = 640
[template-kumofs] [template-kumofs]
...@@ -304,7 +304,7 @@ mode = 640 ...@@ -304,7 +304,7 @@ mode = 640
[template-cluster-zope] [template-cluster-zope]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-cluster-zope.cfg.in url = ${:_profile_base_location_}/instance-cluster-zope.cfg.in
md5sum = 3e0c452f7084f5001547306274ca3a43 md5sum = 22c351ae5edd507e8cd3de1abeb705f3
mode = 640 mode = 640
[template-balancer] [template-balancer]
......
...@@ -57,6 +57,7 @@ link-binary = ...@@ -57,6 +57,7 @@ link-binary =
{{ parameter_dict['sed'] }}/bin/sed {{ parameter_dict['sed'] }}/bin/sed
{{ parameter_dict['tesseract'] }}/bin/tesseract {{ parameter_dict['tesseract'] }}/bin/tesseract
{{ parameter_dict['w3m'] }}/bin/w3m {{ parameter_dict['w3m'] }}/bin/w3m
{{ parameter_dict['openssl'] }}/bin/openssl
{{ parameter_dict['poppler'] }}/bin/pdfinfo {{ parameter_dict['poppler'] }}/bin/pdfinfo
{{ parameter_dict['poppler'] }}/bin/pdftotext {{ parameter_dict['poppler'] }}/bin/pdftotext
{{ parameter_dict['poppler'] }}/bin/pdftohtml {{ parameter_dict['poppler'] }}/bin/pdftohtml
......
...@@ -200,6 +200,7 @@ link-binary = ...@@ -200,6 +200,7 @@ link-binary =
{{ sed_location }}/bin/sed {{ sed_location }}/bin/sed
{{ tesseract_location }}/bin/tesseract {{ tesseract_location }}/bin/tesseract
{{ w3m_location }}/bin/w3m {{ w3m_location }}/bin/w3m
{{ openssl_location }}/bin/openssl
{{ poppler_location }}/bin/pdfinfo {{ poppler_location }}/bin/pdfinfo
{{ poppler_location }}/bin/pdfseparate {{ poppler_location }}/bin/pdfseparate
{{ poppler_location }}/bin/pdftotext {{ poppler_location }}/bin/pdftotext
......
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