Skip to content
Snippets Groups Projects
Unverified Commit 1e58efb1 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

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: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent f541fc63
No related branches found
No related tags found
Loading
Loading
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