Skip to content

Commit

Permalink
dev-games/mygui: remove unnecessary slash strips
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Stefan Strogin <[email protected]>
  • Loading branch information
steils committed Feb 12, 2020
1 parent 71616a7 commit ede00f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-games/mygui/mygui-3.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ede00f8

Please sign in to comment.