From 5dd5616842ea05895cf9f466915520399876b1d5 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 17 Oct 2024 19:09:17 +0200 Subject: [PATCH] refs #971 do not install binary of the old browser --- boottools/btog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boottools/btog.py b/boottools/btog.py index 49836a6..20fce6b 100644 --- a/boottools/btog.py +++ b/boottools/btog.py @@ -240,7 +240,7 @@ def copy_og_files (builder, og_shared, og_engine, ogclientmount, osdistrib, osco subprocess.run (f'rsync -aH {og_shared}/lib/qtplugins/* {ogclientmount}/usr/local/plugins', shell=True) # Browser - if os.path.exists (f'{og_shared}/bin/browser'): shutil.copy (f'{og_shared}/bin/browser', f'{ogclientmount}/bin/') + #if os.path.exists (f'{og_shared}/bin/browser'): shutil.copy (f'{og_shared}/bin/browser', f'{ogclientmount}/bin/') def sysctl (btrootfsmnt): logger.debug ('copiando sysctl.conf')