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
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: |
|
||||
sed -i.bak "s|{{prefix}}|\$(dirname \$0)/..|g" pam_namespace_helper
|
||||
rm *.bak
|
||||
- run: sed -i "s|{{prefix}}|\$(dirname \$0)/..|g" pam_namespace_helper
|
||||
working-directory: '{{prefix}}/sbin'
|
||||
- run: sed -i 's/\+brewing//g' *.la
|
||||
working-directory: '{{prefix}}/lib'
|
||||
env:
|
||||
CONFIGURE_ARGS:
|
||||
- --disable-debug
|
||||
|
|
Loading…
Reference in a new issue