mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(intltool)
This commit is contained in:
parent
d98efd224e
commit
c171bb9d59
|
@ -22,9 +22,11 @@ build:
|
|||
dependencies:
|
||||
cpanmin.us: '*'
|
||||
script:
|
||||
- cpanm -l {{prefix}} XML::Parser --force
|
||||
- cpanm -l {{prefix}} XML::Parser File::Basename Getopt::Long --force
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{hw.concurrency}} install
|
||||
- run: fix-shebangs.ts *
|
||||
working-directory: '{{prefix}}/bin'
|
||||
env:
|
||||
PERL5LIB: ${{prefix}}/lib/perl5:{{prefix}}/libexec/lib/perl5:$PERL5LIB
|
||||
ARGS:
|
||||
|
@ -50,4 +52,4 @@ test:
|
|||
- intltoolize --version | grep {{version}}
|
||||
- intltool-extract --type=gettext/xml test.xml
|
||||
- cat test.xml.h | grep 'This comment is not ignored'
|
||||
- cat test.xml.h | grep 'This comment is ignored' || true
|
||||
- cat test.xml.h | grep 'This comment is ignored' || true
|
||||
|
|
Loading…
Reference in a new issue