dev-lang/GHC: fix alternatives for manpages

This commit is contained in:
Julian Ospald 2018-09-21 10:32:28 +08:00
parent 0d8361b925
commit f22c6853e2
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ src_install() {
${file#${IMAGE}}-${SLOT}
)
done
alternatives_for \
ghc ${SLOT} ${SLOT} \
"${alternatives[@]}"
}
src_test_expensive() {