Commit 45bb4015 authored by Rane Squires's avatar Rane Squires

Change install prefix to /opt/matlab

parent 18e7a037
Pipeline #47 canceled with stages
...@@ -11,7 +11,7 @@ define matlab::install( # $namevar matlab release version ...@@ -11,7 +11,7 @@ define matlab::install( # $namevar matlab release version
$licensekey, # format: #####-#####-#####-##### $licensekey, # format: #####-#####-#####-#####
$licensefile, # license.lic as provided by mathworks $licensefile, # license.lic as provided by mathworks
$licenseagree = false, # do you agree to license, true/false ? $licenseagree = false, # do you agree to license, true/false ?
$prefix = '/usr/local' # install prefix $prefix = '/opt/matlab' # install prefix
) { ) {
include 'matlab' include 'matlab'
include matlab::vardir include matlab::vardir
......
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