Perhaps something like this somewhere in make-ssl-cert:
if [ ! -d "$HOME" ]; then
temphome="$(mktemp -d)"
cleanup () {
rm -rf "$temphome"
}
trap cleanup EXIT HUP INT QUIT TERM
export HOME="$temphome"
fi
** Summary changed:
- package ssl-cert 1.0.14-0ubuntu2.1 failed to install/upgrade:
+ make-ssl-cert fails if HOME is unset or empty
** Changed in: ssl-cert (Ubuntu Intrepid)
Status: New => Triaged
--
make-ssl-cert fails if HOME is unset or empty
https://bugs.launchpad.net/bugs/250400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs