Changeset 4214 for BOL


Ignore:
Timestamp:
Jul 20, 2022, 5:54:13 PM (2 years ago)
Author:
lguez
Message:

Do not re-create arch-local

We want to avoid useless recompilation if we need to run
install_lmdz.sh again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz_new.sh

    r4213 r4214  
    881881############################################################
    882882
    883 if [ "$pclinux" = "1" ] ; then
     883if [[ "$pclinux" = "1" && ! -f arch/arch-local.path ]] ; then
    884884
    885885# create local 'arch' files (if on Linux PC):
Note: See TracChangeset for help on using the changeset viewer.