From: Richard Levitte Date: Thu, 18 Nov 2010 20:02:54 +0000 (+0000) Subject: We redid the structure on architecture dependent source files, but X-Git-Tag: OpenSSL_1_0_1-beta1~436 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b97d371ce00c178fc2c516de7e4f16c594fa82b3 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