Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: move three scripts from lib/ to scripts/ #8625

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Mar 22, 2022

Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't
particularly belong in lib/

Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying
those files in the root Makefile.am

Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't
particularly belong in lib/

Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying
those files in the root Makefile.am
@bagder bagder added the script label Mar 22, 2022
@bagder bagder closed this in 8e22fc6 Mar 23, 2022
@bagder bagder deleted the bagder/scripts branch March 23, 2022 14:26
ryankirkman added a commit to ryankirkman/homebrew-cloudflare that referenced this pull request Mar 27, 2022
In curl/curl#8625, `mk-ca-bundle.pl` was moved from `lib/` to `scripts/`. The installer today fails with the following error:
```
==> make install -C scripts
Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - lib/mk-ca-bundle.pl
```

This PR fixes the path so the build works with the latest checkout of `curl`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant