Commit 199e7420 authored by Yusei Tahara's avatar Yusei Tahara

Add a custom firefox binary.

parent 8aee9b29
...@@ -47,6 +47,11 @@ script = ...@@ -47,6 +47,11 @@ script =
)) ))
os.fchmod(f.fileno(), 0o755) os.fchmod(f.fileno(), 0o755)
[firefox-wrapper-custom]
<= firefox-wrapper
wrapper-name = firefox-custom
part = ${firefox-custom:location}
[firefox-wrapper-60] [firefox-wrapper-60]
<= firefox-wrapper <= firefox-wrapper
wrapper-name = firefox-60 wrapper-name = firefox-60
...@@ -69,7 +74,12 @@ part = ${firefox-51:location} ...@@ -69,7 +74,12 @@ part = ${firefox-51:location}
# installed in ${buildout:bin-directory}. # installed in ${buildout:bin-directory}.
# Installing ${firefox:} is not enough, because wrapper setting $LD_LIBRARY_PATH # Installing ${firefox:} is not enough, because wrapper setting $LD_LIBRARY_PATH
# would not be created. # would not be created.
<= firefox-52 <= firefox-custom
[firefox-custom]
<= firefox-download
x86 = none
x86-64 = https://softinst81356.host.vifib.net/public/backup/firefox-70.0a1.en-US.linux-x86_64.tar.bz2 9fb9534d2022250d73d2cf503d7fd554
[firefox-60] [firefox-60]
<= firefox-download <= firefox-download
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment