From d9b1034a66f9d8a49d34a4c77743274790e1398c Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 5 Aug 2024 22:10:04 +0200 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index d98c6f53c..660aadaca 100755 --- a/main.sh +++ b/main.sh @@ -32,7 +32,7 @@ if git clone --depth=1 https://git.pika-os.com/upstream-patches/"$PIKA_PACKAGE_N then if cat ./debian/source/format | grep 'quilt' then - cp -vf ../patches ./debian/ + cp -vf ../patches/ ./debian/ cat ../series >> ./debian/patches/series else for i in $(cat ../series)