Package Bonniepp adding sbin to PATH (#16124)
This commit is contained in:
parent
8635c0d804
commit
a70e76d043
@ -19,3 +19,7 @@ def configure_args(self):
|
|||||||
configure_args = []
|
configure_args = []
|
||||||
configure_args.append('--enable-debug')
|
configure_args.append('--enable-debug')
|
||||||
return configure_args
|
return configure_args
|
||||||
|
|
||||||
|
def setup_run_environment(self, env):
|
||||||
|
"""Prepend the sbin directory to PATH."""
|
||||||
|
env.prepend_path('PATH', self.prefix.sbin)
|
||||||
|
Loading…
Reference in New Issue
Block a user