diff options
author | Richard Levitte <levitte@openssl.org> | 2016-07-06 21:54:47 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-07-07 15:07:32 +0200 |
commit | e78884d79cec20ae61606421188d8540541a58f3 (patch) | |
tree | 6d07275b90e6307bdc5279772ce2540f159bf115 /Configurations | |
parent | 3ffb060ee2ca13992d356a9a61c153fb82e8088e (diff) |
VMS: correct post-install instructions
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/descrip.mms.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 8c29db30a3..c53c5005c8 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -286,8 +286,8 @@ install : install_sw install_ssldirs install_docs @ IF "$(DESTDIR)" .EQS. "" THEN - PIPE ( WRITE SYS$OUTPUT "Installation complete" ; - WRITE SYS$OUTPUT "" ; - - WRITE SYS$OUTPUT "Run @$(INSTALLTOP)openssl_startup{- $osslver -} to set up logical names" ; - - WRITE SYS$OUTPUT "then run @$(INSTALLTOP)openssl_utils{- $osslver -} to define commands" ; - + WRITE SYS$OUTPUT "Run @$(SYSTARTUP)openssl_startup{- $osslver -} to set up logical names" ; - + WRITE SYS$OUTPUT "then run @$(SYSTARTUP)openssl_utils{- $osslver -} to define commands" ; - WRITE SYS$OUTPUT "" ) @ IF "$(DESTDIR)" .NES. "" THEN - PIPE ( WRITE SYS$OUTPUT "Staging installation complete" ; - |