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):
|
def exec(cmd):
|
||||||
if cmd != '':
|
if cmd != '':
|
||||||
cmd = 'bash -c "{}"'.format(cmd)
|
|
||||||
print(cmd)
|
print(cmd)
|
||||||
if not options.no_execute:
|
if not options.no_execute:
|
||||||
retval = os.system(cmd)
|
retval = os.system(cmd)
|
||||||
|
|
@ -268,7 +267,7 @@ def execute_lw_do_patches():
|
||||||
|
|
||||||
|
|
||||||
# copy branding files..
|
# 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")
|
exec("cp -v ../files/configure.sh browser/branding/librewolf")
|
||||||
|
|
||||||
patches = []
|
patches = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue