dev-games/mygui: remove unnecessary slash strips

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Stefan Strogin <steils@gentoo.org>
This commit is contained in:
Stefan Strogin
2020-02-13 00:51:15 +02:00
parent 71616a7b97
commit ede00f8d00

View File

@@ -146,14 +146,14 @@ src_install() {
fperms o+w /etc/MYGUI
# test media not needed at runtime
rm -rf "${ED%/}"/usr/share/MYGUI/Media/UnitTests || die
rm -rf "${ED}"/usr/share/MYGUI/Media/UnitTests || die
# wrapper not available for linux, remove related media
rm -rf "${ED%/}"/usr/share/MYGUI/Media/Wrapper || die
rm -rf "${ED}"/usr/share/MYGUI/Media/Wrapper || die
}
pkg_postinst() {
elog
elog "ogre.cfg and Ogre.log are created as"
elog "${EROOT%/}/etc/MYGUI/mygui-ogre.cfg and /etc/MYGUI/mygui-Ogre.log"
elog "${EROOT}/etc/MYGUI/mygui-ogre.cfg and /etc/MYGUI/mygui-Ogre.log"
elog
}