diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-11 07:44:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-11 07:44:58 +0000 |
commit | 59974184001658ce86bcb118008a80cea94ccb88 (patch) | |
tree | 38514a1080ee37dc96827ee297f8cc020eb54bed /games-strategy/majesty-demo | |
parent | tidy (diff) | |
download | gentoo-2-59974184001658ce86bcb118008a80cea94ccb88.tar.gz gentoo-2-59974184001658ce86bcb118008a80cea94ccb88.tar.bz2 gentoo-2-59974184001658ce86bcb118008a80cea94ccb88.zip |
tidy
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy/majesty-demo')
-rw-r--r-- | games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild index 0c7605b8ae81..16a5ab9d2112 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.9 2006/09/19 19:54:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.10 2007/11/11 07:44:58 mr_bones_ Exp $ inherit eutils games @@ -40,11 +40,11 @@ src_unpack() { src_install() { dodoc README* || die "dodoc" - insinto ${dir} - exeinto ${dir} + insinto "${dir}" + exeinto "${dir}" doins -r data quests || die "doins data" doins majesty.{bmp,xpm} majestysite.url || die "doins" - cp ${S}/majesty.xpm ${S}/majesty-demo.xpm || die "copy icon" + cp "${S}"/majesty.xpm "${S}"/majesty-demo.xpm || die "copy icon" doicon majesty-demo.xpm || die "doicon" # I am only installing the static version for now if use x86 || use amd64; then |