Skip to content
Snippets Groups Projects
Commit 13fef182 authored by George Hartzell's avatar George Hartzell Committed by Adam J. Stewart
Browse files

Ensure sbin is prepended to PATH in modulefiles (#3843)

parent eaefaaba
Branches
Tags
No related merge requests found
......@@ -42,3 +42,7 @@ class Nginx(AutotoolsPackage):
def configure_args(self):
args = ['--with-http_ssl_module']
return args
def setup_environment(self, spack_env, run_env):
"""Prepend the sbin directory to PATH."""
run_env.prepend_path('PATH', join_path(self.prefix, 'sbin'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment