diff options
| -rwxr-xr-x | type/__dtnrch_etax_flnp/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/type/__dtnrch_etax_flnp/manifest b/type/__dtnrch_etax_flnp/manifest index a1be071..dbd49ec 100755 --- a/type/__dtnrch_etax_flnp/manifest +++ b/type/__dtnrch_etax_flnp/manifest @@ -190,9 +190,9 @@ then # If the JVM is replaced, we disable the JVM warning dialog at startup # FIXME: BREify install dir in pattern require="__link/${INSTALL_DIR:?}/${bundled_java_path}" \ - __check_messages "${__type##*/}-${version}-allow_system_jvm" \ - --pattern "^__link${INSTALL_DIR:?}/${bundled_java_path}:" \ - --execute "sed -i -e '/^[a-z]*TestedVM=/s/=.*\$/=*/' -e '/^runOnUntestedVM=/s/=.*\$/=true/' $(quote "${INSTALL_DIR:?}/configuration.properties")" + __check_messages "${__type##*/}-${version}-allow_system_jvm" \ + --pattern "^__link${INSTALL_DIR:?}/${bundled_java_path}:" \ + --execute "sed -i -e '/^[a-z]*TestedVM=/s/=.*\$/=*/' -e '/^runOnUntestedVM=/s/=.*\$/=true/' $(quote "${INSTALL_DIR:?}/configuration.properties")" else __link "${INSTALL_DIR:?}/${bundled_java_path}" --state absent --type symbolic --source '' fi |
