From 5159d372fee381f74ba187796ee6964c1ba187e6 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 5 Aug 2024 22:29: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 b913b51dc..24932b62c 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/patches/* ./debian/ + cp -vf ../patches/patches ./debian/ cat ../series >> ./debian/patches/series else for i in $(cat ../series)