mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
bugfixes
This commit is contained in:
parent
4bfe851e84
commit
283f138a98
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ exec('MACH_USE_SYSTEM_PYTHON=1 ./mach package')
|
|||
## copy the artifact from obj-* to a friendlier location... to: /work
|
||||
version = sys.argv[1]
|
||||
_dirname = get_objdir()
|
||||
artifact = "{}/dist/librewolf-{}.en-US.linux-x86_64.tar.bz2".format(_dirname,version)
|
||||
artifact = "{}/dist/firefox-{}.en-US.linux-x86_64.tar.bz2".format(_dirname,version)
|
||||
enter_srcdir('/work')
|
||||
enter_srcdir()
|
||||
cmd = "cp -v {} .".format(artifact)
|
||||
|
|
Loading…
Reference in a new issue