Skip to content
Snippets Groups Projects
Commit 3f989f35 authored by Emanuele Aina's avatar Emanuele Aina Committed by Luis Araujo
Browse files

frome: Install bash, needed by ssl-cert


The `make-ssl-cert` script specifically targets bash, so let's install it
explicitly.

The `ssl-cert` package is brought in by `postfix`, which is needed by `quilt`,
suggested by `devscript`.

This fixes the error below:
    Setting up ssl-cert (1.0.39ba1) ...
    /var/lib/dpkg/info/ssl-cert.postinst: 48: /var/lib/dpkg/info/ssl-cert.postinst: make-ssl-cert: not found
    dpkg: error processing package ssl-cert (--configure):
     installed ssl-cert package post-installation script subprocess returned error exit status 127

The install error also caused the subsequent tests to be skipped due to the
inconsistent state.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 33707a65
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ metadata:
install:
deps:
- bash
- devscripts
- frome-tests
- gnome-desktop-testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment