renamed lw-linux-base
This commit is contained in:
parent
944fcc3072
commit
90d7782acd
21 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git
|
||||||
RUN git clone https://gitlab.com/librewolf-community/browser/bsys5
|
RUN git clone https://gitlab.com/librewolf-community/browser/bsys5
|
||||||
WORKDIR bsys5
|
WORKDIR bsys5
|
||||||
RUN git checkout flatpak
|
RUN git checkout flatpak
|
||||||
WORKDIR flatpak
|
WORKDIR linux-base
|
||||||
|
|
||||||
RUN make setup-debian && make fetch && make arch=$arch bootstrap && make veryclean
|
RUN make setup-debian && make fetch && make arch=$arch bootstrap && make veryclean
|
||||||
#RUN make setup-fedora && make fetch && make bootstrap && make veryclean
|
#RUN make setup-fedora && make fetch && make arch=$arch bootstrap && make veryclean
|
||||||
|
|
@ -31,12 +31,12 @@ fi
|
||||||
cd librewolf-$full_version
|
cd librewolf-$full_version
|
||||||
|
|
||||||
# hopefully the magic sauce that makes things build on 18.04 and later on work "everywhere"
|
# hopefully the magic sauce that makes things build on 18.04 and later on work "everywhere"
|
||||||
patch -Np1 -i ../assets/linux-base//deb_patches/armhf-reduce-linker-memory-use.patch
|
patch -Np1 -i ../assets/deb_patches/armhf-reduce-linker-memory-use.patch
|
||||||
patch -Np1 -i ../assets/linux-base//deb_patches/reduce-rust-debuginfo.patch
|
patch -Np1 -i ../assets/deb_patches/reduce-rust-debuginfo.patch
|
||||||
patch -Np1 -i ../assets/linux-base//deb_patches/use-system-icupkg.patch
|
patch -Np1 -i ../assets/deb_patches/use-system-icupkg.patch
|
||||||
|
|
||||||
# might make the build just a tiny bit cleaner, not really required though
|
# might make the build just a tiny bit cleaner, not really required though
|
||||||
patch -Np1 -i ../assets/linux-base//deb_patches/fix-wayland-build.patch
|
patch -Np1 -i ../assets/deb_patches/fix-wayland-build.patch
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue