"git@gitlab.haskell.org:haskell-wasm/ghc.git" did not exist on "1e8521266cbf5d66dba77618c755a2e5f8ba4f0c"
hp2ps: install shell wrapper
Before this change we installed hp2ps both
to inplace/bin/ and ${prefix}/bin/
In both cases we added $(CrossCompilePrefix) as
a binary prefix. It's incorrect for inplace install
as none of inplace binaries are prefixed.
The change it to track 'hp2ps' as unprefixed binary.
$(CrossCompilePrefix) prefix is only added to the
installed shell wrapper.
Now 'hp2ps' is handled in a similar way to 'hpc' and
'ghc-pkg'.
Signed-off-by:
Sergei Trofimovich <slyfox@gentoo.org>
Loading
Please register or sign in to comment