mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user