mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 10:12:06 -08:00
Fix package "aria2c" -> "aria2" #1
aria2c is provided by the aria2 package. https://launchpad.net/ubuntu/focal/+package/aria2
This commit is contained in:
parent
726fcb66db
commit
9a91b9ff8e
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
# Python
|
# Python
|
||||||
python3 python3-dev python3-pip \
|
python3 python3-dev python3-pip \
|
||||||
# Camoufox build system tools
|
# Camoufox build system tools
|
||||||
git p7zip-full golang-go aria2c
|
git p7zip-full golang-go aria2
|
||||||
|
|
||||||
# Fetch Firefox & apply initial patches
|
# Fetch Firefox & apply initial patches
|
||||||
RUN make setup-minimal && \
|
RUN make setup-minimal && \
|
||||||
|
|
|
||||||
6
Makefile
6
Makefile
|
|
@ -4,9 +4,9 @@ export
|
||||||
cf_source_dir := camoufox-$(version)-$(release)
|
cf_source_dir := camoufox-$(version)-$(release)
|
||||||
ff_source_tarball := firefox-$(version).source.tar.xz
|
ff_source_tarball := firefox-$(version).source.tar.xz
|
||||||
|
|
||||||
debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2c
|
debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2
|
||||||
rpms := python3 python3-devel p7zip golang msitools wget aria2c
|
rpms := python3 python3-devel p7zip golang msitools wget aria2
|
||||||
pacman := python python-pip p7zip go msitools wget aria2c
|
pacman := python python-pip p7zip go msitools wget aria2
|
||||||
|
|
||||||
.PHONY: help fetch setup setup-minimal clean set-target distclean build package build-launcher check-arch revert edits run bootstrap mozbootstrap dir package-linux package-macos package-windows vcredist_arch
|
.PHONY: help fetch setup setup-minimal clean set-target distclean build package build-launcher check-arch revert edits run bootstrap mozbootstrap dir package-linux package-macos package-windows vcredist_arch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue