From 679f6fa226c85ecef014152caf5e2ee51653483e Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 5 Aug 2024 22:06:27 +0200 Subject: [PATCH] add git patch system --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 7ce3346ae..d98c6f53c 100755 --- a/main.sh +++ b/main.sh @@ -28,7 +28,7 @@ fi cd $(find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1) # DO PATCHING -if [ "$PIKA_PACKAGE_PATCH" = true ] +if git clone --depth=1 https://git.pika-os.com/upstream-patches/"$PIKA_PACKAGE_NAME".git ../patches then if cat ./debian/source/format | grep 'quilt' then