mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(pam)
This commit is contained in:
parent
5cc2390bc6
commit
be70caaf8f
|
@ -25,10 +25,10 @@ build:
|
||||||
- ./configure $CONFIGURE_ARGS
|
- ./configure $CONFIGURE_ARGS
|
||||||
- make --jobs {{ hw.concurrency }}
|
- make --jobs {{ hw.concurrency }}
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
- run: |
|
- run: sed -i "s|{{prefix}}|\$(dirname \$0)/..|g" pam_namespace_helper
|
||||||
sed -i.bak "s|{{prefix}}|\$(dirname \$0)/..|g" pam_namespace_helper
|
|
||||||
rm *.bak
|
|
||||||
working-directory: '{{prefix}}/sbin'
|
working-directory: '{{prefix}}/sbin'
|
||||||
|
- run: sed -i 's/\+brewing//g' *.la
|
||||||
|
working-directory: '{{prefix}}/lib'
|
||||||
env:
|
env:
|
||||||
CONFIGURE_ARGS:
|
CONFIGURE_ARGS:
|
||||||
- --disable-debug
|
- --disable-debug
|
||||||
|
|
Loading…
Reference in a new issue