0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00
This commit is contained in:
Bert van der Weerd 2021-12-07 13:30:00 +01:00
parent 4bfe851e84
commit 283f138a98
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -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)