From 2f745e8b43a6f9203ba389b22eafd6697b1bd0ed Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 17 Oct 2024 19:10:13 +0200 Subject: [PATCH] refs #971 do not install binary of the old browser --- boottools/btog.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/boottools/btog.py b/boottools/btog.py index 20fce6b..87e48d0 100644 --- a/boottools/btog.py +++ b/boottools/btog.py @@ -239,9 +239,6 @@ def copy_og_files (builder, og_shared, og_engine, ogclientmount, osdistrib, osco subprocess.run (f'rsync -aH {og_shared}/lib/fonts {ogclientmount}/usr/local/lib', shell=True) 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/') - def sysctl (btrootfsmnt): logger.debug ('copiando sysctl.conf') with open (f'{btrootfsmnt}/etc/sysctl.conf', 'w') as fd: