diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-26 22:33:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-26 22:33:23 +0000 |
commit | 90b4bcc1381595d41820fff50a7a53efbd500f55 (patch) | |
tree | a25ded403e5b9d90b1f70ce4ec4f1a45102e1e94 /games-arcade/thinktanks-demo | |
parent | quoting (diff) | |
download | gentoo-2-90b4bcc1381595d41820fff50a7a53efbd500f55.tar.gz gentoo-2-90b4bcc1381595d41820fff50a7a53efbd500f55.tar.bz2 gentoo-2-90b4bcc1381595d41820fff50a7a53efbd500f55.zip |
quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild index 00e9fa35ab84..9ebf84dfa861 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.4 2006/09/19 18:58:30 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.5 2008/02/26 22:33:23 mr_bones_ Exp $ inherit eutils games @@ -25,15 +25,15 @@ src_unpack() { src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} ${GAMES_BINDIR} + dodir "${dir}" "${GAMES_BINDIR}" - tar -zxf ThinkTanks.tar.gz -C ${D}/${dir} || die "extracting ThinkTanks.tar.gz" + tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz" - exeinto ${dir} + exeinto "${dir}" doexe bin/Linux/x86/thinktanksdemo - dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanks-demo + dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo - insinto ${dir} + insinto "${dir}" doins icon.xpm dodoc ReadMe_Linux.txt |