This commit is contained in:
Jacob Heider 2024-03-27 15:21:32 -04:00
parent 5cc2390bc6
commit be70caaf8f
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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