ghc package and bash
Jeremy .
voldermort at hotmail.com
Mon May 23 09:24:17 UTC 2016
When I install ghc on Jessie (7.6), usr/bin/ghc links to lib/ghc/bin/ghc, which is a script beginning with #!/bin/sh.
When installing on Stretch (7.10), usr/bin/ghc is a script beginning with #!/bin/bash. This fails on systems where bash has been removed (e.g. space-constrained or performance-sensitive servers).
Was this change intentional? Could it be reversed?
I'm getting by in the meantime by linking /bin/bash to /bin/sh during the package install.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20160523/161859e3/attachment-0001.html>
More information about the Pkg-haskell-maintainers
mailing list