refs #971 do not install binary of the old browser

browser
Natalia Serrano 2024-10-17 19:10:13 +02:00 committed by Vadim Troshchinskiy
parent 5dd5616842
commit 8c0c17737c
1 changed files with 0 additions and 3 deletions

View File

@ -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/fonts {ogclientmount}/usr/local/lib', shell=True)
subprocess.run (f'rsync -aH {og_shared}/lib/qtplugins/* {ogclientmount}/usr/local/plugins', 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): def sysctl (btrootfsmnt):
logger.debug ('copiando sysctl.conf') logger.debug ('copiando sysctl.conf')
with open (f'{btrootfsmnt}/etc/sysctl.conf', 'w') as fd: with open (f'{btrootfsmnt}/etc/sysctl.conf', 'w') as fd: