Skip to content

Commit

Permalink
Merge pull request #1068 from vaikas/pecl-install
Browse files Browse the repository at this point in the history
Fix the bug in dropping the suffix.
  • Loading branch information
vaikas authored Mar 6, 2024
2 parents a4ffa34 + 0156b64 commit 93f2af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/pecl/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pipeline:
- runs: |
make INSTALL_ROOT="${{targets.destdir}}" install
install -d ${{targets.destdir}}/etc/php/conf.d
echo "extension=${{inputs.extension}}" > ${{targets.destdir}}/etc/php/conf.d/${{inputs.extension}}.ini
echo "extension=${{inputs.extension}}.so" > ${{targets.destdir}}/etc/php/conf.d/${{inputs.extension}}.ini

0 comments on commit 93f2af9

Please sign in to comment.