app-shells/mcfly: fix typo in postinst message

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2018-12-20 20:16:56 -08:00
parent 7e45d34c8d
commit 4619265f45

View File

@@ -102,7 +102,7 @@ src_test(){
pkg_postinst() {
local p="/usr/share/${PN}/${PN}.bash"
elog "To start usint ${PN}"
elog "To start using ${PN}"
elog "Add the following to your ~/.bashrc"
elog
elog "[[ -f ${p} ]] && source ${p}"