From b97d371ce00c178fc2c516de7e4f16c594fa82b3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Nov 2010 20:02:54 +0000 Subject: [PATCH] We redid the structure on architecture dependent source files, but apparently forgot to adapt the copying to the installation directory. --- crypto/install.com | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.34.1