diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 00:59:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 00:59:07 +0000 |
commit | 55e691f7cb9e1672f933815c8b46df1e7cbf5989 (patch) | |
tree | c8d9bc49c0ea1f85f602df70ed080a1b7e950cd6 /games-strategy/wargus | |
parent | old (diff) | |
download | gentoo-2-55e691f7cb9e1672f933815c8b46df1e7cbf5989.tar.gz gentoo-2-55e691f7cb9e1672f933815c8b46df1e7cbf5989.tar.bz2 gentoo-2-55e691f7cb9e1672f933815c8b46df1e7cbf5989.zip |
quoting
(Portage version: 2.0.53)
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r-- | games-strategy/wargus/wargus-2.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/wargus/wargus-2.1-r1.ebuild b/games-strategy/wargus/wargus-2.1-r1.ebuild index 5d3bf4f61639..d026ec6c0dcc 100644 --- a/games-strategy/wargus/wargus-2.1-r1.ebuild +++ b/games-strategy/wargus/wargus-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2004-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.1 2006/01/06 20:26:18 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.1-r1.ebuild,v 1.2 2006/01/08 00:59:07 mr_bones_ Exp $ inherit eutils games @@ -26,9 +26,9 @@ pkg_setup() { src_unpack() { unpack ${P}-src.tar.gz cd "${S}" - epatch ${FILESDIR}/wargus-2.1-humanbasespell.patch \ - ${FILESDIR}/wargus-2.1-ai.patch \ - ${FILESDIR}/wargus-2.1-aitransporter.patch + epatch "${FILESDIR}"/wargus-2.1-humanbasespell.patch \ + "${FILESDIR}"/wargus-2.1-ai.patch \ + "${FILESDIR}"/wargus-2.1-aitransporter.patch } src_install() { @@ -39,6 +39,6 @@ src_install() { games_make_wrapper wargus "./stratagus -d \"${dir}\"" "${GAMES_BINDIR}" prepgamesdirs - doicon ${DISTDIR}/wargus.png + doicon "${DISTDIR}"/wargus.png make_desktop_entry wargus Wargus } |