Commit ada3f8b5 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 61725615
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: