From: Richard Levitte Date: Thu, 18 Nov 2010 20:03:07 +0000 (+0000) Subject: We redid the structure on architecture dependent source files, but X-Git-Tag: OpenSSL-fips-2_0-rc1~939 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40844c9f686092ef8b7a88d96301b1cb59a267f2;p=oweals%2Fopenssl.git We redid the structure on architecture dependent source files, but apparently forgot to adapt the copying to the installation directory. --- diff --git a/crypto/install.com b/crypto/install.com index ad3e4d48c7..b3290165c4 100644 --- a/crypto/install.com +++ b/crypto/install.com @@ -120,12 +120,7 @@ $ IF D .EQS. "" $ THEN $ COPY 'tmp' WRK_SSLINCLUDE: /LOG $ ELSE -$ IF D .EQS. "_''ARCH'" -$ THEN -$ COPY [-.'ARCH'.CRYPTO]'tmp' WRK_SSLINCLUDE: /LOG -$ ELSE -$ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG -$ ENDIF +$ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG $ ENDIF $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'tmp' $ GOTO LOOP_SDIRS