aports/testing/muon/fix-bootstrap.patch
Leo 85f881857c testing/muon: downgrade to 0_git20210812
This reverts commit 4c371c10b0b2309813c7ddef57cd56d4e5e0daac.
2021-10-10 10:59:04 -03:00

20 lines
483 B
Diff

diff '--color=auto' -Nurp a/bootstrap.sh b/bootstrap.sh
--- a/bootstrap.sh 2021-08-17 03:11:15.990682670 +0200
+++ b/bootstrap.sh 2021-08-17 03:11:33.563754987 +0200
@@ -11,7 +11,6 @@ dir="$1"
mkdir -p "$dir"
cat \
- platform/dirs.c \
src/coerce.c \
src/compilers.c \
src/data/bucket_array.c \
@@ -59,6 +58,7 @@ cat \
src/main.c \
src/opts.c \
src/output/output.c \
+ src/platform/dirs.c \
src/platform/filesystem.c \
src/platform/mem.c \
src/platform/path.c \