diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-17 06:20:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-17 06:20:35 +0000 |
commit | 018c017a85248eff73f0d498640765ff6b16fb4a (patch) | |
tree | ba11bedbdb14608b1864cef00f9fa941b0db7f51 /games-fps/cube | |
parent | unmask gcc34 in cascaded gcc34 profile, just to make sense (diff) | |
download | historical-018c017a85248eff73f0d498640765ff6b16fb4a.tar.gz historical-018c017a85248eff73f0d498640765ff6b16fb4a.tar.bz2 historical-018c017a85248eff73f0d498640765ff6b16fb4a.zip |
|| what?
Diffstat (limited to 'games-fps/cube')
-rw-r--r-- | games-fps/cube/Manifest | 2 | ||||
-rw-r--r-- | games-fps/cube/cube-20040522.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-fps/cube/Manifest b/games-fps/cube/Manifest index 840164219276..42ef73bbcac2 100644 --- a/games-fps/cube/Manifest +++ b/games-fps/cube/Manifest @@ -1,5 +1,5 @@ +MD5 5c04c3942a4a15dd1d9a805b4a738d1e cube-20040522.ebuild 2787 MD5 6aa5b1630dcf846b9cd5b4ace109e34e ChangeLog 1381 -MD5 4d8d5449ea688c11fde87debf687383e cube-20040522.ebuild 2759 MD5 c8e0c63730b380db20a26828650f4175 cube-20031223.ebuild 2469 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 f57600187e8eaa8d782ffd82c4aca198 files/cube-20021020-add-custom-paths.patch 1423 diff --git a/games-fps/cube/cube-20040522.ebuild b/games-fps/cube/cube-20040522.ebuild index 31158c828d15..581e6989d6ee 100644 --- a/games-fps/cube/cube-20040522.ebuild +++ b/games-fps/cube/cube-20040522.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.3 2004/08/16 10:09:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.4 2004/08/17 06:20:35 mr_bones_ Exp $ inherit eutils games @@ -54,7 +54,7 @@ src_unpack() { src_compile() { cd source/enet - econf || + econf || die emake || die "emake failed" cd ../src einfo "Compiling in $(pwd)" @@ -77,7 +77,8 @@ src_install() { sed -i \ -e "s:GENTOO_DATADIR:${CUBE_DATADIR}:" \ -e "s:GENTOO_LIBDIR:${GAMES_LIBDIR}/${PN}:" \ - "${D}/${GAMES_BINDIR}/cube_"{client,server}-bin + "${D}/${GAMES_BINDIR}/cube_"{client,server}-bin \ + || die "sed failed" dodir "${CUBE_DATADIR}" cp -r *.cfg data packages "${D}/${CUBE_DATADIR}" \ |