generated from general-packages/pika-pkg-template
add git patch system
This commit is contained in:
parent
6234e86315
commit
679f6fa226
2
main.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user