Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-05 22:29:04 +02:00
parent aea9d924a8
commit 5159d372fe

View File

@ -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)