diff options
author | Richard Levitte <levitte@openssl.org> | 1999-11-12 02:42:59 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 1999-11-12 02:42:59 +0100 |
commit | c96ab5101a977eec64e5970a73faba9356a2cda5 (patch) | |
tree | afb6d553bd38fe69141c15a0ea02607d62fe7b96 /crypto/install.com | |
parent | Merge some common functionality in the apps, delete (diff) | |
download | openssl-c96ab5101a977eec64e5970a73faba9356a2cda5.tar.xz openssl-c96ab5101a977eec64e5970a73faba9356a2cda5.zip |
Make sure installed files are world readable
Diffstat (limited to 'crypto/install.com')
-rw-r--r-- | crypto/install.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/install.com b/crypto/install.com index b75d1b44b2..44cfc4e89a 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -90,6 +90,7 @@ $ COPY 'tmp' WRK_SSLINCLUDE: /LOG $ ELSE $ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG $ ENDIF +$ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'tmp' $ GOTO LOOP_SDIRS $ LOOP_SDIRS_END: $ |