Commit 6c118b49 authored by Rane Squires's avatar Rane Squires

remove /matlab from installation prefix

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