Use Executable to set script
Use `Executable("./install.sh")` to set `install_script`. This allows it to work when the current directory is not on the PATH.
This commit is contained in:
parent
e837be1af9
commit
729f23b432
@ -73,7 +73,7 @@ def install(self, spec, prefix):
|
||||
COMPONENTS=%s
|
||||
""" % (self.intel_prefix, self.global_license_file, self.intel_components))
|
||||
|
||||
install_script = which("install.sh")
|
||||
install_script = Executable("./install.sh")
|
||||
install_script('--silent', silent_config_filename)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user