Skip to content

Commit

Permalink
different way of adding .patch-applied
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Dec 20, 2024
1 parent 87d5839 commit e3cafc9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,22 @@ then
fi
git submodule init
git submodule update --init --recursive --force
touch .patch-applied
git am -3 <<EOF
From e56dd6cd0fb1a5e55d3cb08691edf24b26d65299 Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Fri, 20 Dec 2024 09:18:08 +0100
Subject: [PATCH] add .patch-applied
---
.patch-applied | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 .patch-applied
diff --git a/.patch-applied b/.patch-applied
new file mode 100644
index 000000000..e69de29bb
--
2.39.5 (Apple Git-154)
EOF

echo "you are good to go!"

0 comments on commit e3cafc9

Please sign in to comment.