mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
Fix rubygems < 3.5
This commit is contained in:
parent
54257d8075
commit
e39b36db62
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ build:
|
||||||
working-directory: ${{prefix}}/lib/rubygems
|
working-directory: ${{prefix}}/lib/rubygems
|
||||||
if: '>=3.4'
|
if: '>=3.4'
|
||||||
|
|
||||||
- run: patch -p1 --no-backup-if-mismatch "" < "$SRCROOT"/props/fit-n-finish.3.patch
|
- run: patch -p1 --no-backup-if-mismatch < "$SRCROOT"/props/fit-n-finish.3.patch
|
||||||
working-directory: ${{prefix}}
|
working-directory: ${{prefix}}
|
||||||
if: '<3.5'
|
if: '<3.5'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue