mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libplist)
This commit is contained in:
parent
44aa8fccc9
commit
a428ba6713
|
@ -10,6 +10,9 @@ build:
|
|||
- ./configure $ARGS
|
||||
- make
|
||||
- make install
|
||||
# FIXME: this is a hack; we need to fix fixup.ts
|
||||
- run: sed -i 's/\+brewing//g' *.pc
|
||||
working-directory: '{{prefix}}/lib/pkgconfig'
|
||||
env:
|
||||
ARGS:
|
||||
- --disable-debug
|
||||
|
@ -40,4 +43,4 @@ test:
|
|||
</plist>
|
||||
extname: plist
|
||||
- ls | grep test_binary.plist
|
||||
- plistutil --version | grep {{version}}
|
||||
- plistutil --version | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue