renamed lw-linux-base

This commit is contained in:
Bert van der Weerd 2022-11-03 13:10:04 +01:00
parent 944fcc3072
commit 90d7782acd
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
21 changed files with 6 additions and 6 deletions

View file

@ -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
WORKDIR bsys5
RUN git checkout flatpak
WORKDIR flatpak
WORKDIR linux-base
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

View file

@ -31,12 +31,12 @@ fi
cd librewolf-$full_version
# 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/linux-base//deb_patches/reduce-rust-debuginfo.patch
patch -Np1 -i ../assets/linux-base//deb_patches/use-system-icupkg.patch
patch -Np1 -i ../assets/deb_patches/armhf-reduce-linker-memory-use.patch
patch -Np1 -i ../assets/deb_patches/reduce-rust-debuginfo.patch
patch -Np1 -i ../assets/deb_patches/use-system-icupkg.patch
# 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 ..