updates
This commit is contained in:
parent
48ce299674
commit
50f7e3b3bc
1 changed files with 1 additions and 2 deletions
3
build.py
3
build.py
|
|
@ -84,7 +84,6 @@ def leave_srcdir():
|
|||
|
||||
def exec(cmd):
|
||||
if cmd != '':
|
||||
cmd = 'bash -c "{}"'.format(cmd)
|
||||
print(cmd)
|
||||
if not options.no_execute:
|
||||
retval = os.system(cmd)
|
||||
|
|
@ -268,7 +267,7 @@ def execute_lw_do_patches():
|
|||
|
||||
|
||||
# copy branding files..
|
||||
exec("cp -vr ../common/source_files/* .")
|
||||
exec("cp -vr ../common/source_files/browser .")
|
||||
exec("cp -v ../files/configure.sh browser/branding/librewolf")
|
||||
|
||||
patches = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue