Commit 40844c9f authored by Richard Levitte's avatar Richard Levitte
Browse files

We redid the structure on architecture dependent source files, but

apparently forgot to adapt the copying to the installation directory.
parent b71f815f
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -120,13 +120,8 @@ $ 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
$	ENDIF
$	SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'tmp'
$	GOTO LOOP_SDIRS
$ LOOP_SDIRS_END: