Fix pkexec command for installation via polkit

pull/3838/head
Xi Ruoyao 6 years ago committed by Nirbheek Chauhan
parent f18af09189
commit 8893d03703
  1. 2
      mesonbuild/minstall.py

@ -306,7 +306,7 @@ class Installer:
print('Installation failed due to insufficient permissions.')
print('Attempting to use polkit to gain elevated privileges...')
os.execlp('pkexec', 'pkexec', sys.executable, main_file, *sys.argv[1:],
os.getcwd())
'-C', os.getcwd())
else:
raise

Loading…
Cancel
Save