mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix patch path
This commit is contained in:
parent
cfd5f9476a
commit
562495da87
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ build:
|
|||
linux:
|
||||
gnu.org/patch: '*'
|
||||
script:
|
||||
- run: patch -p1 < ../props/32.patch
|
||||
- run: patch -p1 < props/32.patch
|
||||
if: linux
|
||||
- make
|
||||
- run: cp "$SRCROOT"/gost3411-2012 .
|
||||
|
|
Loading…
Reference in a new issue