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 | 50d30d52fef3fee159dd6e69aec4d752afd865e0 (patch) | |
tree | aeb8f5b8c8f24e6abcf4f0aa437f1c32a5adeefb /games-strategy/majesty-demo | |
parent | amd64 stable (diff) | |
download | historical-50d30d52fef3fee159dd6e69aec4d752afd865e0.tar.gz historical-50d30d52fef3fee159dd6e69aec4d752afd865e0.tar.bz2 historical-50d30d52fef3fee159dd6e69aec4d752afd865e0.zip |
tidy
Package-Manager: portage-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 |