add git patch system

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-05 22:06:27 +02:00
parent 6234e86315
commit 679f6fa226

View File

@ -28,7 +28,7 @@ fi
cd $(find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1) cd $(find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1)
# DO PATCHING # 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 then
if cat ./debian/source/format | grep 'quilt' if cat ./debian/source/format | grep 'quilt'
then then