diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:15:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 05:15:51 +0000 |
commit | 95b59146819859f1f1e5c26622d564bdc2ab5533 (patch) | |
tree | dfb08b15670701f7bebb1df9048c7e2b18f391e5 /games-action | |
parent | Stable on alpha wrt Bug #137198. (diff) | |
download | gentoo-2-95b59146819859f1f1e5c26622d564bdc2ab5533.tar.gz gentoo-2-95b59146819859f1f1e5c26622d564bdc2ab5533.tar.bz2 gentoo-2-95b59146819859f1f1e5c26622d564bdc2ab5533.zip |
skip trying to strip the prestripped binaries (bug #137662)
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/phobiaii/phobiaii-1.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-action/phobiaii/phobiaii-1.1.ebuild b/games-action/phobiaii/phobiaii-1.1.ebuild index be792b34351d..0a976daeeef7 100644 --- a/games-action/phobiaii/phobiaii-1.1.ebuild +++ b/games-action/phobiaii/phobiaii-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.8 2005/08/11 11:58:02 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.9 2006/06/23 05:15:51 mr_bones_ Exp $ inherit games @@ -13,6 +13,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" +RESTRICT="strip" DEPEND="" RDEPEND="media-libs/sdl-mixer @@ -27,10 +28,9 @@ src_install() { dodoc README rm setup-link.sh README - dodir ${GAMES_PREFIX_OPT}/${PN} - mv * ${D}/${GAMES_PREFIX_OPT}/${PN}/ - - dogamesbin ${FILESDIR}/phobiaII + dodir "${GAMES_PREFIX_OPT}"/${PN} + mv * "${D}/${GAMES_PREFIX_OPT}"/${PN}/ + dogamesbin "${FILESDIR}"/phobiaII || die "dogamesbin failed" prepgamesdirs } |