aports/testing/muon/fix-bootstrap.patch
2021-08-22 18:29:26 +00: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 \