summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-06-23 05:17:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-06-23 05:17:17 +0000
commit8504f4d744ac2f2eedae2e4978eac21650f621ed (patch)
tree21bf59db04fdd0367f7ad51d0d041d223e7ac0ac /games-action/phobiaii
parentStable on alpha wrt Bug #137198. (diff)
downloadhistorical-8504f4d744ac2f2eedae2e4978eac21650f621ed.tar.gz
historical-8504f4d744ac2f2eedae2e4978eac21650f621ed.tar.bz2
historical-8504f4d744ac2f2eedae2e4978eac21650f621ed.zip
skip trying to strip the prestripped binaries (bug #137662)
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'games-action/phobiaii')
-rw-r--r--games-action/phobiaii/phobiaii-1.1.ebuild12
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
}