MX/DIALS: prefix specification fixed in install function

This commit is contained in:
2019-01-21 17:12:52 +01:00
parent e0cd5f7329
commit 19d8ba0e0a

View File

@@ -18,7 +18,7 @@ pbuild::compile() {
}
pbuild::install() {
./install --prefix=/opt/psi/MX/DIALS/${V}
./install --prefix="${PREFIX}"
}