mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(expect)
This commit is contained in:
parent
ecd5e156aa
commit
44a8c35f87
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ build:
|
|||
make install
|
||||
|
||||
cd {{prefix}}/lib
|
||||
mv expect{{version}}/* .
|
||||
rmdir expect{{version}}
|
||||
mv expect{{version.raw}}/* .
|
||||
rmdir expect{{version.raw}}
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{ prefix }}
|
||||
|
|
Loading…
Reference in a new issue