mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libplist)
This commit is contained in:
parent
44aa8fccc9
commit
a428ba6713
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ build:
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make
|
- make
|
||||||
- make install
|
- 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:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --disable-debug
|
- --disable-debug
|
||||||
|
@ -40,4 +43,4 @@ test:
|
||||||
</plist>
|
</plist>
|
||||||
extname: plist
|
extname: plist
|
||||||
- ls | grep test_binary.plist
|
- ls | grep test_binary.plist
|
||||||
- plistutil --version | grep {{version}}
|
- plistutil --version | grep {{version}}
|
||||||
|
|
Loading…
Reference in a new issue